From 8971f0ff5051580a1c7cdda3682cec91d323c1f3 Mon Sep 17 00:00:00 2001 From: Tong He Date: Sun, 25 Jan 2015 10:21:24 -0800 Subject: [PATCH] Update xgboost.R --- R-package/R/xgboost.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R-package/R/xgboost.R b/R-package/R/xgboost.R index 02a554f68..39e047e8e 100644 --- a/R-package/R/xgboost.R +++ b/R-package/R/xgboost.R @@ -24,8 +24,7 @@ #' @param verbose If 0, xgboost will stay silent. If 1, xgboost will print #' information of performance. If 2, xgboost will print information of both #' performance and construction progress information -#' @param missing Missing is only used when input is dense matrix, pick a float -# value that represents missing value. Sometime a data use 0 or other extreme value to represents missing values. +#' @param missing Missing is only used when input is dense matrix, pick a float value that represents missing value. Sometime a data use 0 or other extreme value to represents missing values. #' @param ... other parameters to pass to \code{params}. #' #' @details