inspect: Interactively Inspect a Seasonal Adjustment Model (RStudio only)
Description
Interactively inspect a "seas" object.
inspect uses the manipulate package and can
only be used with RStudio. The goal of inspect is to
summarize all relevant options, plots and statistics that
should be usually considered.
Usage
inspect(x)
## S3 method for class 'seas':
inspect(x)
Arguments
x
an object of class "seas"
Details
The inspect function opens an interactive window
that allows for the manipulation of a number of arguments.
It offers several views to analyze the series graphically.
With each change, the adjustment process and the
visualizations are recalculated. Summary statics are shown
in the R console.
With the Show static call option, a replicable
static call is also shown in the console. Note that this
option will double the time for recalculation, as the
static function also tests the static call each time (this
is a beta feature of seasonal, which allows intensive
testing; it may be disabled in future versions).