predict.fSRM: Predict new cases based on a fitted fSRM model

Description Usage Arguments

View source: R/generics.R

Description

Predict new cases based on a fitted fSRM model

Usage

1
2
## 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)


fSRM documentation built on Jan. 27, 2021, 5:05 p.m.

Related to predict.fSRM in fSRM...