Git Product home page Git Product logo

qss's Introduction

QSS (Quantitative Social Science) Build Status

Supplementary Materials for the book, Quantitative Social Science: An Introduction, published by Princeton University Press in 2017. It is also available for purchase at vendors like Amazon.

The book is based on the teaching philosophy summarized in the talk I gave at the Nuffield Foundation's Q-Step Programme in 2015: slides

This repository contains the data sets and R scripts for all of the chapters:

  1. Introduction
  2. Causality
  3. Measurement
  4. Prediction
  5. Discovery
  6. Probability
  7. Uncertainty

In addition, the repository contains:

  1. Errata
  2. Sample course syllabi

R package qss

The data and code in this repository are also available as an R package qss (see the package website). The code is in the form of vignettes. To install this package, use the following command:

install.packages("devtools") # if you have not installed devtools package already
devtools::install_github("kosukeimai/qss-package", build_vignettes = TRUE)

Once the qss package is installed, you can use the data and vignette:

library(qss)
data(package = "qss") # list all data sets
data(elections) # load the elections data
vignette(package = "qss") # list all vignettes
browseVignette("qss") # list vignettes and R code
vignette("causality", package = "qss") # show the vignette for the Causality chapter

Related repositories

  1. swirl exercises qss-swirl
  2. R package qss (the package website)
  3. tidyverse code qss-tidy
  4. R package qss.student for students
  5. instructors' materials qss-inst (private repository)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.