fitted.rtsFit {rts2} | R Documentation |
Fitted values from a rtsFit
object
Description
Fitted values should not be generated directly from an rtsFit
object, rather fitted values should be
generated using the original grid
object. A message is printed to the user.
Usage
## S3 method for class 'rtsFit'
fitted(object, ...)
Arguments
object |
A |
... |
Further arguments passed from other methods |
Value
Nothing, called for effects.
[Package rts2 version 0.7.5 Index]