| predict.big_pls_cox_fast | R Documentation |
Predictions for fast big PLS–Cox fits
## S3 method for class 'big_pls_cox_fast'
predict(
object,
newdata = NULL,
type = c("link", "risk", "response", "components"),
comps = NULL,
coef = NULL,
...
)
object |
An object of class |
newdata |
Optional matrix or |
type |
Type of prediction: |
comps |
Optional components to use. Defaults to all. |
coef |
Optional coefficient vector. Defaults to |
... |
Ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.