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