predict.slim {slim} | R Documentation |
Model Predictions from Singular Linear Model
## S3 method for class 'slim'
predict(object, newdata, ...)
object |
an object of class 'slim', usually, a result of a call to 'slim'. |
newdata |
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
... |
arguments passed to or from other methods. |
a vector of model predictions.