| print.altf2 {fDMA} | R Documentation |
Prints altf2 Object.
Description
The function prints selected outcomes obtained from altf2.
Usage
## S3 method for class 'altf2'
print(x, ...)
Arguments
x |
an object of |
... |
not used |
Details
The function prints forecast quality measures from x. For details see accuracy.
Value
Called for printing.
Examples
wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf2(y=wti,x=drivers)
print(a)
[Package fDMA version 2.2.7 Index]