Releases: DoubleML/doubleml-for-r
Releases Β· DoubleML/doubleml-for-r
DoubleML 1.0.2
- Add sample selection models, thanks to new contributor Petra Jasenakova @petronelaj
R #213 - Maintenance including updates to GitHub workflows
R #205
R #220
DoubleML 1.0.1
DoubleML 1.0.0
- Update citation info to publication in Journal of Statistical Software, rename helper function and fix links and GH actions #191
DoubleML 0.5.3
DoubleML 0.5.3
- Add documentation for estimated models for nuisance parameters #181
- New contributor @SvenKlaassen
- Maintenance #179
DoubleML 0.5.2
DoubleML 0.5.1
DoubleML 0.5.0
- Implement a new score function
score = 'IV-type'for the PLIV model (for details see #161)
--> API change fromDoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r [, ...])toDoubleMLPLIV$new(obj_dml_data, ml_g, ml_m, ml_r, ml_g [, ...]) - Adapt the nuisance estimation for the
'IV-type'score for the PLR model (for details see #161)
--> API change fromDoubleMLPLR$new(obj_dml_data, ml_g, ml_m [, ...])toDoubleMLPLR$new(obj_dml_data, ml_l, ml_m, ml_g [, ...]) - Use
task_typeinstead oflearner_classto identify whether a learner is meant to regress or classify (this change makes it possible to easily integrate pipelines frommlr3pipelinesas learner for the nuisance functions) #141 - Add Contribution Guidelines, issue templates, a pull request template and a discussion forum to the R package repository #142 #146 #147
- Allow the usage of classifiers for binary outcome variables in the model classes IRM and IIVM #114
- Bug fixes and maintenance #155 #156 #157 #158 #160 #163
DoubleML 0.4.1
DoubleML 0.4.0
- Release highlight: Clustered standard errors for double machine learning models #119
- Apply styler as described in the wiki (https://github.com/DoubleML/doubleml-for-r/wiki/Style-Guidelines) and add a corresponding CI on github actions #120 #122
- Other refactoring, bug fixes and documentation updates #127 #129 #130 #131 #132 #133