Skip to content

Efficient least square for total causal effects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

richardkwo/eff2

Repository files navigation

eff²

Efficient Least Squares for Estimating Total Causal Effects

eff2 is an R package for estimating a total causal effect from observational data under linearity and causal sufficiency (no unobserved confounding, no selection bias). It can consistently estimate any identified effect, including single and multiple treatment variables. Moreover, the resulting estimate has the minimal asymptotic covariance (and hence shortest confidence intervals) among all estimators that are based on the sample second moment.

Installation

From CRAN:

install.packages("eff2")

Alternatively, the package can be installed from GitHub.

# install.packages("devtools")
# install.packages("rmarkdown")
# install.packages("qgraph")
devtools::install_github("richardkwo/eff2", build_vignettes = TRUE)

In case of problem, first make sure dependency pcalg is properly installed. Several packages required by pcalg are removed from CRAN and have to be installed from BioConductor:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("graph")
BiocManager::install("RBGL")

For a quick start, check out the vignette:

vignette("eff2-doc")

Reference

Guo, F. Richard, and Emilija Perković. "Efficient Least Squares for Estimating Total Effects under Linearity and Causal Sufficiency." arXiv preprint arXiv:2008.03481 (2020).

About

Efficient least square for total causal effects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages