-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.Rmd
executable file
·51 lines (37 loc) · 2.07 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: "Programming for Psychologists: Data Creation and Analysis"
author: "Matthew J. C. Crump"
date: " 2014: Last compiled `r Sys.Date()`"
site: bookdown::bookdown_site
output:
bookdown::gitbook:
includes:
in_header: includeme.html
css: tufte.css
fontsettings:
theme: white
family: sans
size: 1
documentclass: book
bibliography: [book.bib, packages.bib, MyLibrary.bib]
biblio-style: apalike
link-citations: yes
#github-repo: rstudio/bookdown-demo
description: "Tips on learning programming skills for experimental psychology"
---
# Preface {-}
```{r,echo=F,fig.align="center",eval=T}
knitr::include_graphics("Programming.png")
```
Crump, Matthew J. C. (2017). Programming for Psychologists: Data Creation and Analysis (Version 1.1). https://crumplab.github.io/programmingforpsych/
This textbook is a collection of notes for a course on programming for psychologists, taught at the Graduate Center of CUNY, by Matthew Crump.
*Contributing to the textbook*
1. Use Hypothes.is, an amazing tool for annotating the web.
a. Go to [Hypothes.is](https://web.hypothes.is/), and "get-started"
b. Install the the add-on for chrome, or other browser
c. That's it, turn on Hypothes.is when you are reading this textbook, and you will see all public annotations made by anyone else.
2. The source code for this textbook is available in my github repo [programmingforpsych](https://github.com/CrumpLab/programmingforpsych)
a. Edit the .Rmd files, and push them back
b. The edit link in the top bar of the textbook should automatically take you to the source .Rmd file
**License CC BY-SA 4.0 license**
The book is released under a creative commons [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. This means that this book can be reused, remixed, retained, revised and redistributed (including commercially) as long as appropriate credit is given to the authors. If you remix, or modify the original version of this open textbook, you must redistribute all versions of this open textbook under the same license - CC BY-SA 4.0.