Closed MalteKurz closed 2 years ago
In alignment with the Python package (see https://github.com/DoubleML/doubleml-for-py/pull/131), in this PR the abstract methods are renamed:
ml_nuisance_and_score_elements
nuisance_est
ml_nuisance_tuning
nuisance_tuning
Blocked by https://github.com/DoubleML/doubleml-for-r/pull/161 (derived from there to prevent merge conflicts).
R CMD check
Description
In alignment with the Python package (see https://github.com/DoubleML/doubleml-for-py/pull/131), in this PR the abstract methods are renamed:
ml_nuisance_and_score_elements
-->nuisance_est
ml_nuisance_tuning
-->nuisance_tuning
Comments
Blocked by https://github.com/DoubleML/doubleml-for-r/pull/161 (derived from there to prevent merge conflicts).
PR Checklist
R CMD check
and all (unit) tests.