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