powered by
altf2
The function prints selected outcomes obtained from altf2.
# S3 method for altf2 print(x, ...)
Called for printing.
an object of altf2 class
not used
The function prints forecast quality measures from x. For details see accuracy.
x
accuracy
# \donttest{ wti <- crudeoil[-1,1] drivers <- (lag(crudeoil[,-1],k=1))[-1,] a <- altf2(y=wti,x=drivers) print(a) # }
Run the code above in your browser using DataLab