Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conjugateprior/qss.student

An R package containing questions and data (but not answers) for problem sets in K. Imai (2016) 'Quantitative Social Science: An Introduction'. Princeton University Press.
https://github.com/conjugateprior/qss.student

Last synced: 1 day ago
JSON representation

An R package containing questions and data (but not answers) for problem sets in K. Imai (2016) 'Quantitative Social Science: An Introduction'. Princeton University Press.

Awesome Lists containing this project

README

        

# The qss.student package

qss.student allows students to unpack and complete problem sets from

> K. Imai (2017) *Quantitative Social Science: An Introduction*. Princeton
> University Press.

or one of the supplementary sets available from the author.

## Installation

The problem sets are a bit too big for CRAN, so you'll want to make sure you've got
the `devtools` package installed and then grab the package from GitHub.
Like this:

devtools::install_github("conjugateprior/qss.student")

## Notes

* This package contains all the questions, all the data, but none of the
answers!
* It is a *complement* to the [`qss` package](https://kosukeimai.github.io/qss-package).
That package contains the code from the book chapters. This one has the
problems that appear after each chapter.

[![Travis-CI Build Status](https://travis-ci.org/conjugateprior/qss.student.svg?branch=master)](https://travis-ci.org/conjugateprior/qss.student)