Skip to content

Commit e26903f

Browse files
committed
FDboost numInt help fixed
1 parent fb8dac0 commit e26903f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/FDboost.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#' @param numInt integration scheme for the integration of the loss function.
3838
#' One of \code{c("equal", "Riemann")} meaning equal weights of 1 or
3939
#' trapezoidal Riemann weights.
40-
#' Alternatively a vector of length \code{nrow(response)} containing
40+
#' Alternatively a vector of length \code{ncol(response)} containing
4141
#' positive weights can be specified.
4242
#' @param data a data frame or list containing the variables in the model.
4343
#' @param weights only for internal use to specify resampling weights;

0 commit comments

Comments
 (0)