Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpaulacaldas/mixtape
Data for 'Causal Inference: The Mixtape'
https://github.com/mpaulacaldas/mixtape
Last synced: 3 days ago
JSON representation
Data for 'Causal Inference: The Mixtape'
- Host: GitHub
- URL: https://github.com/mpaulacaldas/mixtape
- Owner: mpaulacaldas
- Created: 2019-06-17T16:29:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T17:12:45.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:03:48.592Z (3 months ago)
- Language: Stata
- Size: 6.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mixtape> Turns out there is already another version of this package, with better documentation of the data sets: https://github.com/johnson-shuffle/mixtape. I suggest using that instead.
This package contains the data sets for ["Causal Inference: The Mixtape"](http://scunning.com/mixtape.html).
## Installation
You can install the latest version of mixtape with:
``` r
# install.packages("remotes")
remotes::install_github("mpaulacaldas/mixtape")
```## Usage
To see a list of the data sets included in this package, type:
```{r example}
data(package = "mixtape")
```After you have loaded the package, you can use a data set by calling it by its name:
```{r}
library(mixtape)head(acemogluetal)
```