predict.fSRM {fSRM} | R Documentation |
Predict new cases based on a fitted fSRM model
Description
Predict new cases based on a fitted fSRM model
Usage
## S3 method for class 'fSRM'
predict(object, newdata, ...)
Arguments
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) |
[Package fSRM version 0.6.5 Index]