knitr::opts_chunk$set(
  collapse = TRUE,
  fig.path = 'man/figures/README-')

Overview

This package provides the datasets used in the book "Casual Inference: The Mixtape" by Scott Cunningham.

Installation

devtools::install_github('johnson-shuffle/mixtape')

Datasets

The datasets included in this package are:

x <- list.files('data')
x <- gsub('\\.rda', '', x)
cat(paste('-', x), sep = '\n')

See the documentation files for more information.

Usage

Loading the package attaches each of the datasets into the current environment.

library(mixtape)

summary(acemogluetal)


johnson-shuffle/mixtape documentation built on Nov. 15, 2023, 1:40 p.m.