Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/conjugateprior/qss.student
- Owner: conjugateprior
- Created: 2017-07-01T15:34:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T23:20:56.000Z (over 6 years ago)
- Last Synced: 2024-08-03T06:03:25.816Z (3 months ago)
- Language: R
- Homepage: https://conjugateprior.github.io/qss.student/
- Size: 23.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)