seasonal (version 1.7.0)

arimamodel: Defunct Functions

Description

The arimamodel functions is defunct now. Use the more univeral udg function.

The inspect functions is defunct now. Use the extended view function instead.

Usage

arimamodel(x)

inspect(x, fun = NULL, check.version = TRUE, quiet = TRUE, ...)

Arguments

x

an object of class "seas".

fun

a function or a list of functions (see details)

check.version

logical, should the version of shiny be checked

quiet

logical, if TRUE (default), error messages from calls in inspect are not shown in the console

...

further arguments, passed on to runApp. (The launch.browser argument of version 0.8 can be still used that way)

See Also

udg, for universal access to X-13 statistics

view, for an extended graphical user interface.

Examples

Run this code
# NOT RUN {
m <- seas(AirPassengers)
udg(x, "x13mdl")
# }
# NOT RUN {
m <- seas(AirPassengers)
view(m)
# }

Run the code above in your browser using DataCamp Workspace