From ce340bdedeef1123f04ff2c5fed8db6c00612950 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 20 Oct 2023 18:43:46 +0200 Subject: [PATCH] Get rid of curly braces in Rd --- R/missRanger.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/missRanger.R b/R/missRanger.R index 862f590..afbd9d9 100644 --- a/R/missRanger.R +++ b/R/missRanger.R @@ -1,6 +1,6 @@ #' Fast Imputation of Missing Values by Chained Random Forests #' -#' Uses the {ranger} package (Wright & Ziegler) to do fast missing value imputation by +#' Uses the "ranger" package (Wright & Ziegler) to do fast missing value imputation by #' chained random forests, see Stekhoven & Buehlmann and Van Buuren & Groothuis-Oudshoorn. #' Between the iterative model fitting, it offers the option of predictive mean matching. #' This firstly avoids imputation with values not present in the original data