https://github.com/m-clark/mixed-models-with-r-workshop
This is the companion slides, data, and RStudio project for a workshop on mixed models.
https://github.com/m-clark/mixed-models-with-r-workshop
lme4 mixed-models workshop
Last synced: 3 months ago
JSON representation
This is the companion slides, data, and RStudio project for a workshop on mixed models.
- Host: GitHub
- URL: https://github.com/m-clark/mixed-models-with-r-workshop
- Owner: m-clark
- Created: 2020-10-11T21:58:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T15:40:43.000Z (over 4 years ago)
- Last Synced: 2025-01-28T05:16:44.404Z (5 months ago)
- Topics: lme4, mixed-models, workshop
- Homepage:
- Size: 41.5 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Mixed Models with R Workshop
This is the companion slides, data, and RStudio project for a workshop whose basis is the document: [Mixed Models with R](https://m-clark.github.io/mixed-models-with-R/). A previous version can be found [here](https://github.com/m-clark/mixed-models-with-r-workshop-2019), though this will be the primary workshop repo moving forward. Once the workshop is conducted, the slides can be seen [here](https://m-clark.github.io/mixed-models-with-R-workshop/).
For the workshop, run the following in your R session to get the notes and materials for the workshop. If you want, change the `destdir` to save the project in a specific place (not necessary, should default to desktop). It will open the RStudio project for you, after which you can close the one you have open now.
```r
install.packages('usethis') # if you don't already have itusethis::use_course(
'https://github.com/m-clark/mixed-models-with-R-workshop/raw/main/mem_workshop.zip',
destdir = NULL
)
```If you have issues, just download that zip file (click or paste the link above into your browser), unzip it to a location of your choosing, then:
- Click on the blue .Rproj icon inside
OR
- With RStudio - File/Open Project - Navigate to the folder - Open
With your RStudio project set up, you may read the accompanying `ReadMe.md`, then open `starter.Rmd` and go through it.