predict.fSRM {fSRM} | R Documentation |
Predict new cases based on a fitted fSRM model
## S3 method for class 'fSRM'
predict(object, newdata, ...)
object |
A fSRM object. |
newdata |
A data frame with exactly the same structure as the data frame on which the original fSRM object is based on. |
... |
Other parameters (currently not used) |