m <- seas(AirPassengers)
# exit from the viewer with [q]
out(m)
out(m, search = "regARIMA model residuals")
out(m, search = "Normality Statistics for regARIMA")
# on some platforms, this may be more useful
edit(out(m))
m <- seas(AirPassengers, slidingspans = list())
out(m, search = "Sliding spans analysis", n = 300)
# showing the log file
out(m, file = "log")
# showing the error file
out(m, file = "err")
Run the code above in your browser using DataLab