Skip to content

Commit bf07317

Browse files
committed
Merge branch 'master' of github.com:DoubleML/doubleml-for-r into 0.4.X
2 parents 7cd85f8 + 3e7a092 commit bf07317

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

R/datasets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ make_iivm_data = function(n_obs = 500, dim_x = 20, theta = 1, alpha_x = 0.2,
813813
#' `cluster_vars` is returned.
814814
#' Every entry in the list is a `matrix()` object. Default is `"DoubleMLClusterData"`.
815815
#'
816-
#' @param ... \cr
816+
#' @param ...
817817
#' Additional keyword arguments to set non-default values for the parameters
818818
#' \eqn{\pi_{10}=1.0},
819819
#' \eqn{\omega_X = \omega_{\varepsilon} = \omega_V = \omega_v = (0.25, 0.25)},

R/double_ml.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ DoubleML = R6Class("DoubleML",
719719
#' in the [mlr3tuning](https://mlr3tuning.mlr-org.com/) package. For more
720720
#' information on tuning in [mlr3](https://mlr3.mlr-org.com/), we refer to
721721
#' the section on parameter tuning in the
722-
#' [mlr3 book](https://mlr3book.mlr-org.com/tuning.html).
722+
#' [mlr3 book](https://mlr3book.mlr-org.com/optimization.html#tuning).
723723
#'
724724
#' @param param_set (named `list()`) \cr
725725
#' A named `list` with a parameter grid for each nuisance model/learner

man/DoubleML.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/make_pliv_multiway_cluster_CKMS2021.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)