powered by
The arimamodel functions is defunct now. Use the more univeral udg function.
arimamodel
udg
The inspect functions is defunct now. Use the extended view function instead.
inspect
view
arimamodel(x)inspect(x, fun = NULL, check.version = TRUE, quiet = TRUE, ...)
inspect(x, fun = NULL, check.version = TRUE, quiet = TRUE, ...)
an object of class "seas".
"seas"
a function or a list of functions (see details)
logical, should the version of shiny be checked
logical, if TRUE (default), error messages from calls in inspect are not shown in the console
TRUE
further arguments, passed on to runApp. (The launch.browser argument of version 0.8 can be still used that way)
runApp
launch.browser
udg, for universal access to X-13 statistics
view, for an extended graphical user interface.
# NOT RUN { m <- seas(AirPassengers) udg(x, "x13mdl") # } # NOT RUN { m <- seas(AirPassengers) view(m) # }
Run the code above in your browser using DataLab