| dmlalg {dmlalg} | R Documentation |
dmlalg: double machine learning algorithms
Description
The dmlalg package contains implementations of
double machine learning (DML) algorithms in R.
Partially linear models with confounding variables
Our goal is to perform inference for the linear parameter in partially linear models with confounding variables. The standard DML estimator of the linear parameter has a two-stage least squares interpretation, which can lead to a large variance and overwide confidence intervals. We apply regularization to reduce the variance of the estimator, which produces narrower confidence intervals that are approximately valid. Nuisance terms can be flexibly estimated with machine learning algorithms.
regsdmlEstimates the linear parameter in a partially linear model with confounding variables with regularized and standard DML methods.
summary.regsdmlA
summarymethod for objects fitted withregsdml.confint.regsdmlA
confintmethod for objects fitted withregsdml.coef.regsdmlA
coefmethod for objects fitted withregsdml.vcov.regsdmlA
vcovmethod for objects fitted withregsdml.print.regsdmlA
printmethod for objects fitted withregsdml.
Partially linear mixed-effects models with repeated measurements
Our goal is to estimate and perform inference for the linear coefficient in a partially linear mixed-effects model with DML. Machine learning algorithms allows us to incorporate more complex interaction structures and high-dimensional variables.
mmdmlEstimates the linear parameter in a PLMM with repeated measurements using double machine learning.
confint.mmdmlA
confintmethod for objects fitted withmmdml.fixef.mmdmlA
fixefmethod for objects fitted withmmdml.print.mmdmlA
printmethod for objects fitted withmmdml.ranef.mmdmlA
ranefmethod for objects fitted withmmdml.residuals.mmdmlA
residualsmethod for objects fitted withmmdml.sigma.mmdmlA
sigmamethod for objects fitted withmmdml.summary.mmdmlA
summarymethod for objects fitted withmmdml.vcov.mmdmlA
vcovmethod for objects fitted withmmdml.VarCorr.mmdmlA
VarCorrmethod for objects fitted withmmdml.
References
C. Emmenegger and P. Bühlmann. Regularizing Double Machine Learning in Partially Linear Endogenous Models, 2021. Preprint arXiv:2101.12525.
C. Emmenegger and P. Bühlmann. Double Machine Learning for Partially Linear Mixed-Effects Models with Repeated Measurements. Preprint arXiv:2108.13657.