View source: R/regarima_spec.R
set_basic | R Documentation |
Set Basic Specification
set_basic( x, type = c(NA, "All", "From", "To", "Between", "Last", "First", "Excluding"), d0 = NULL, d1 = NULL, n0 = 0, n1 = 0, preliminary.check = NA, preprocessing = NA )
x |
the specification. |
type, d0, d1, n0, n1 |
parameters to specifiy the span of to be used.
|
preliminary.check |
a boolean to check the quality of the input series and exclude highly problematic ones (e.g. the series with a number of identical observations and/or missing values above pre-specified threshold values). |
preprocessing |
(REGARIMA/X13 Specific) a boolean to enable/disable the pre-processing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.