Skip to content

learnr tutorial package for Quantitative Social Science

Notifications You must be signed in to change notification settings

murattasdemir/qsslearnr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qsslearnr: Interactive Tutorials for Quantitative Social Science

This package contains learnr tutorials based on Quantitative Social Science: An Introduction by Kosuke Imai from Princeton University Press. To install this package, first install the qss, learnr and gradethis packages:

remotes::install_github("kosukeimai/qss-package", build_vignettes = TRUE)
remotes::install_github("rstudio/learnr")
remotes::install_github("rstudio-education/gradethis")
remotes::install_github("mattblackwell/qsslearnr")

Then you can start the tutorials in one of two ways. First, in RStudio 1.3 or later, you will find the QSS tutorials listed in the "Tutorial" tab in the top-right pane (by default). Find a tutorial and click "Run Tutorial" to get started. Second, you can run any tutorial from the R console by typing the following line:

learnr::run_tutorial("00-intro", package = "qsslearnr")

This should bring up a tutorial in your default web browser. You can see the full list of tutorials by running:

learnr::run_tutorial(package = "qsslearnr")

The interface to the tutorials will look like this:

Screenshot of qsslearnr

Submission Reports

At the end of each tutorial, students can download submission reports that describe what questions and exercises they attempted. Students can then upload these PDFs to a learning management system like Canvas or Gradescope.

Other QSS tutorials

The material in these tutorials largely follows the original swirl course, qss-swirl.

About

learnr tutorial package for Quantitative Social Science

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%