This functions extracts the fitted predictions from a
tskrr object or an object
inheriting from that class. The xnet
package provides an S4 generic for the function
fitted from the package stats,
and a method for tskrr objects.
Usage
# S3 method for tskrr
fitted(object, labels = TRUE, ...)
# S3 method for linearFilter
fitted(object, ...)
# S4 method for tskrr
fitted(object, labels = TRUE, ...)
# S4 method for linearFilter
fitted(object, ...)
Arguments
object
an object for which the extraction of model fitted values
is meaningful.
labels
a logical value indicating whether the labels should
be shown. Defaults to TRUE