View source: R/predict.gspcrout.R
predict.gspcrout | R Documentation |
Predicts dependent variable values based on (new) predictor variables values.
## S3 method for class 'gspcrout'
predict(object, newdata = NULL, ...)
object |
An object of class |
newdata |
optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used. |
... |
further arguments passed to or from other methods. |
Vector of prediction in "response" format for numerical data and probability of class membership for categorical data
Edoardo Costantini, 2023
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.