Predict method for big_pls_cox_gd
# S3 method for big_pls_cox_gd
predict(
object,
newdata = NULL,
type = c("link", "risk", "response", "components"),
comps = NULL,
coef = NULL,
...
)A big_pls_cox_gd model.
A numeric matrix or big.matrix. If NULL, uses training scores.
One of "link", "risk", "response", "components".
Integer vector of components to use. Default: all.
Optional coefficient vector. If NULL, uses coef(object$cox_fit).
Unused.