predict.rtsFit {rts2}R Documentation

Predict from a rtsFit object

Description

Predictions cannot be generated directly from an rtsFit object, rather new predictions should be generated using the original grid object. A message is printed to the user.

Usage

## S3 method for class 'rtsFit'
predict(object, ...)

Arguments

object

A rtsFit object.

...

Further arguments passed from other methods

Value

Nothing. Called for effects.


[Package rts2 version 0.7.5 Index]