powered by
altf
The function prints selected outcomes obtained from altf.
# S3 method for altf print(x, ...)
Called for printing.
an object of altf 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 <- altf(y=wti,x=drivers) print(a) # }
Run the code above in your browser using DataLab