diff --git a/r-package/grf/R/lm_forest.R b/r-package/grf/R/lm_forest.R index 9e9971f94..36a8a425e 100644 --- a/r-package/grf/R/lm_forest.R +++ b/r-package/grf/R/lm_forest.R @@ -21,8 +21,7 @@ #' getting accurate predictions. Default is 2000. #' @param sample.weights Weights given to each sample in estimation. #' If NULL, each observation receives the same weight. -#' Note: To avoid introducing confounding, weights should be -#' independent of the potential outcomes given X. Default is NULL. +#' Default is NULL. #' @param gradient.weights Weights given to each coefficient h_k(x) when targeting heterogeneity #' in the estimates. These enter the GRF algorithm through the split criterion \eqn{\Delta}: #' the k-th coordinate of this is \eqn{\Delta_k} * gradient.weights[k]. diff --git a/r-package/grf/man/lm_forest.Rd b/r-package/grf/man/lm_forest.Rd index 09ba17133..918e75962 100644 --- a/r-package/grf/man/lm_forest.Rd +++ b/r-package/grf/man/lm_forest.Rd @@ -52,8 +52,7 @@ getting accurate predictions. Default is 2000.} \item{sample.weights}{Weights given to each sample in estimation. If NULL, each observation receives the same weight. -Note: To avoid introducing confounding, weights should be -independent of the potential outcomes given X. Default is NULL.} +Default is NULL.} \item{gradient.weights}{Weights given to each coefficient h_k(x) when targeting heterogeneity in the estimates. These enter the GRF algorithm through the split criterion \eqn{\Delta}: