Changelog
Source:NEWS.md
ddml (development version)
- Allows for stacking with no positive stacking weights.
- Fixes
ddml::mdl_glmnet
predictions for binomial regression.
ddml 0.3.0
CRAN release: 2024-10-02
- Implements one-way clustered inference.
- Increases defaults for
sample_folds
andcv_folds
to10
. - Fixes typo in
auxiliary_X
arguments.
ddml 0.2.2
CRAN release: 2024-06-26
- Changes
ddml::ols()
default toconst=TRUE
. - Adds probability forest compatibility to
ddml::mdl_ranger()
. - Adds propensity score trimming option to
ddml::ddml_ate()
,ddml::ddml_att()
, andddml::ddml_late()
. - Fixes ATE and LATE scores.
- Fixes output of
ddml::print.summary.ddml_plm
andddml::print.summary.ddml_ate
(#57).
ddml 0.2.0
CRAN release: 2024-01-09
- Adds support for the average treatment effect on the treated estimator.
- Adds support for local average treatment effect estimation with perfect compliance or perfect non-compliance.
- Adds support for custom ensemble weights.
- Adds article on integration with the
did
package. - Adds
ddml::mdl_glm
wrapper forstats::glm()
.