predict.pcb: Predicted values from principal components boosting

Description Usage Arguments

View source: R/pcb.R

Description

Predicted values from principal components boosting

Usage

1
2
## S3 method for class 'pcb'
predict(object, n.trees = NULL, newdata, ...)

Arguments

object

mvtb object

n.trees

(vector) of the number of trees for each outcome. Defaults to the minimum number of trees by CV, test, or training error for each outcome.

newdata

matrix of predictors.

...

not used


patr1ckm/mvtboost documentation built on May 24, 2019, 8:21 p.m.