The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This R package contains data sets that can be used to implement the code examples in causal inference textbooks.
As of the moment, this contains data sets from The Effect by Huntington-Klein,
first and second edition, Causal Inference: The
Mixtape by Scott Cunningham, and Causal
Inference: What If? by HernĂ¡n and Robins. The judge_fe
data set from The Mixtape is too large to include, and so is
omitted.
Data sets are stored as tibble
s and come with attached
variable labels. After the data set is loaded, you can view all
variables and their variable labels with vtable::vtable()
,
or use help()
on the data set.
See help(package = 'causaldata')
for a list of data sets
included.
This package can be installed with:
install.packages('causaldata')
# Or for the dev version:
# If necessary: install.packages('remotes')
::install_github('NickCH-K/causaldata/R/') remotes
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.