Skip to content

Swirl Lessons for ``A First Course in Quantitative Social Science''

License

Notifications You must be signed in to change notification settings

tedenamorado/qss-swirl

 
 

Repository files navigation

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

About

Swirl Lessons for ``A First Course in Quantitative Social Science''

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%