Learn R Programming

fSRM (version 0.6.5)

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

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)