Predictions for fast big PLS–Cox fits
# S3 method for big_pls_cox_fast
predict(
object,
newdata = NULL,
type = c("link", "risk", "response", "components"),
comps = NULL,
coef = NULL,
...
)An object of class "big_pls_cox_fast".
Optional matrix or big.matrix with predictors.
Type of prediction: "link", "risk",
"response", or "components".
Optional components to use. Defaults to all.
Optional coefficient vector. Defaults to object$coefficients.
Ignored.