Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 667 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 667 Bytes

qss-swirl

Swirl Lessons for the book manuscript, ``A First Course in Quantitative Social Science.''

See also the main repo, qss, for other supplementary materials.

  • Install the swirl package:
install.packages("swirl")
  • Install the qss-swirl lessons:
library(swirl) # load the swirl package
install_course_github("kosukeimai", "qss-swirl")
  • Start a qss-swirl lesson (after loading the swirl package):
swirl()
  • Uninstall the qss-swirl lessons (after loading the swirl package):
uninstall_course("qss-swirl")
  • Update the qss-swirl lessons:
    1. Uninstall qss-swirl
    2. Install qss-swirl