@@ -170,29 +170,26 @@ FDboostLSS <- function(formula, timeformula, data = list(), families = GaussianL
170170# ' defaults to 25 bootstrap samples, resampling whole curves
171171# ' @param grid defaults to a grid up to the current number of boosting iterations.
172172# ' The default generates the grid according to the defaults of
173- # ' \code{\link[gamboostLSS:cvrisk.mboostLSS]{cvrisk.mboostLSS}} and
174- # ' \code{\link[gamboostLSS:cvrisk.mboostLSS]{cvrisk.nc_mboostLSS}} for
175- # ' models with cyclic or noncyclic fitting.
176- # ' @param papply (parallel) apply function, defaults to \code{\link[parallel]{mclapply}},
177- # ' see \code{\link[gamboostLSS:cvrisk.mboostLSS]{cvrisk.mboostLSS}} for details.
173+ # ' \code{\link{cvrisk.mboostLSS}} which are different for models with cyclic or noncyclic fitting.
174+ # ' @param papply (parallel) apply function, defaults to \code{\link{mclapply}},
175+ # ' see \code{\link{cvrisk.mboostLSS}} for details.
178176# ' @param trace print status information during cross-validation? Defaults to \code{TRUE}.
179177# ' @param fun if \code{fun} is \code{NULL}, the out-of-sample risk is returned.
180178# ' \code{fun}, as a function of \code{object},
181179# ' may extract any other characteristic of the cross-validated models. These are returned as is.
182- # ' @param ... additional arguments passed to \code{\link[parallel] {mclapply}}.
180+ # ' @param ... additional arguments passed to \code{\link{mclapply}}.
183181# '
184182# ' @details The function \code{cvrisk.FDboostLSS} is a wrapper for
185- # ' \code{\link[gamboostLSS:cvrisk.mboostLSS]{cvrisk.mboostLSS}} in
186- # ' package \code{gamboostLSS}.
183+ # ' \code{cvrisk.mboostLSS} in package \code{gamboostLSS}.
187184# ' It overrides the default for the folds, so that the folds are sampled on the level of curves
188185# ' (not on the level of single observations, which does not make sense for functional response).
189186# '
190187# ' @return An object of class \code{cvriskLSS} (when \code{fun} was not specified),
191188# ' basically a matrix containing estimates of the empirical risk for a varying number
192189# ' of bootstrap iterations. \code{plot} and \code{print} methods are available as well as an
193- # ' \code{mstop} method, see \code{\link[gamboostLSS:cvrisk.mboostLSS] {cvrisk.mboostLSS}}.
190+ # ' \code{mstop} method, see \code{\link{cvrisk.mboostLSS}}.
194191# '
195- # ' @seealso \code{\link[gamboostLSS:cvrisk.mboostLSS] {cvrisk.mboostLSS}} in
192+ # ' @seealso \code{\link{cvrisk.mboostLSS}} in
196193# ' package \code{gamboostLSS}.
197194# '
198195# ' @export
0 commit comments