Skip to content

Commit

Permalink
Get rid of curly braces in Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Oct 20, 2023
1 parent 2936f47 commit ce340bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/missRanger.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ce340bd

Please sign in to comment.