forked from cis-ds/course-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm001.Rmd
34 lines (24 loc) · 1.05 KB
/
cm001.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "Introduction to computing for the social sciences"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(cache=TRUE)
```
# cm001 - March 26, 2018
## Overview
* Introduce myself
* Identify major course objectives
* Identify course logistics
* Introduce basic principles of data science workflow and programming
* Explain how to get started in R
## Slides and class materials
* [Slides](extras/cm001_slides.html)
* [Introduction to computing for the social sciences](block001_intro.html)
### Additional readings
* [Learning to Think Like a Computer](https://www.nytimes.com/2017/04/04/education/edlife/teaching-students-computer-code.html?_r=0)
* [Good Enough Practices in Scientific Computing](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510) (optional, but good summary of best computing practices)
## What you need to do
* [Install and setup software](setup00.html)
* [Register your GitHub username for the course](https://goo.gl/forms/AI8bJOZv0niNzhPA2)
* [Begin homework 1](hw01-edit-README.html)