Describe the issue related to the API documentation
In the current version of the R package documentation, we do not include a description of the store_models option when calling DoubleML$fit() (see #169) . Apparently, the reason for this is that the documentation has not been rendered in PR #169.
Suggested alternative or fix
Run devtools::document() and upload updated documentation
Describe the issue related to the API documentation
In the current version of the R package documentation, we do not include a description of the
store_models
option when callingDoubleML$fit()
(see #169) . Apparently, the reason for this is that the documentation has not been rendered in PR #169.Suggested alternative or fix
Run
devtools::document()
and upload updated documentation