Welcome to the OARC Beyond Logistic regression in R Seminar!
This seminar assumes you have both R and RStudio installed.
Before beginning the seminar, please open RStudio (or R) and run the following code:
install.packages(c("MASS", "ggplot2", "tidyverse", "nnet", "mlogit", "ordinal", "brant"),
packagesdependencies=TRUE)
The slides for seminar can be found here: Beyond Logistic regression in R
To download the presentation with all images (so you can look at it offline), open the presentation (by left-clicking), then right-click in the presentation, select “Save As”, and then make sure you save as type “Webpage, Complete” (Note: this will download the webpage and a folder of images and style files).
Use any web browser (Chrome, Firefox, etc.) to view the seminar. Once it is open, use the following keys to alter the display:
- use arrow keys, mouse click, or spacebar to advance slides
a
toggles between slide-show view and handout view (view all slides at once)k
to disable advancing slides with mouse-click (if you need to copy-paste code, for example)s
andb
to make the font bigger and smallerF11
to go to full-screen and back
R code for the seminar are here R_codes.
R code for exercises are here Exercise_code.