Skip to content

Commit f1856ed

Browse files
authored
Adding psych.swc to scn
1 parent 45321d8 commit f1856ed

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

PSYCH.Rmd

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "PSYCH"
3+
---
4+
5+
### Authors
6+
7+
- Kevin R. Carriere
8+
- Jason Kilgore
9+
10+
### Description
11+
12+
This course - Psychological Statistics You Can Handle (PSYCH) - is meant to be paired with an Undergraduate Research Methods or Statistics course, with notes that could serve up to early career graduate students. It is meant to help teach students basic statistics using R in an interactive framework. We take open data and replicate the results (or discuss why sometimes we cannot replicate the results). Students interact with many packages throughout this course, with the main ones being the tidyverse (dplyr, tidyr, purrr, ggplot2), rstatix, and emmeans.
13+
14+
This course does not cover Baysian Statistics.
15+
16+
This course was supported through the Society for the Improvement of Psychological Science (SIPS) Grants-In-Aid to Reduce Barriers to Improving Psychological Science.
17+
18+
### Installation
19+
20+
```r
21+
swirl::install_course("PSYCH")
22+
```
23+
24+
#### Manual Installation
25+
26+
1. Download [this](http://swirlstats.com/scn/PSYCH.swc) file.
27+
2. Run `swirl::install_course()` in the R console.
28+
3. Select the file you just downloaded.
29+
30+
### Website
31+
32+
- https://github.com/krcarriere/PSYCH
33+
34+
### Future Plans
35+
36+
- Consider making the hints actually hint-y. Currently, all hints just give the answer.
37+
38+
- Always looking for edits and other helpful tips - both for the course itself and the Notes.R!
39+
40+
- Look for collaborators! Are you interested in using this in your course? Can we A/B test to see if it helps?

PSYCH.swc

502 KB
Binary file not shown.

0 commit comments

Comments
 (0)