predict.fSRM: Predict new cases based on a fitted fSRM model
Description
Predict new cases based on a fitted fSRM model
Usage
# S3 method for fSRM
predict(object, newdata, ...)
Arguments
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)