set_basic: Set Basic Specification

View source: R/regarima_spec.R

set_basicR Documentation

Set Basic Specification

Description

Set Basic Specification

Usage

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
)

Arguments

x

the specification.

type, d0, d1, n0, n1

parameters to specifiy the span of to be used.

d0 and d1 characters in the format "YYYY-MM-DD" to specify first/last date of the span when type equals to "From", "To" or "Between".

n0 and n1 numerics to specify the number of periods at the beginning/end of the series to be used for the span (type equals to "From", "To") or to exclude (type equals to "Excluding").

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.


palatej/rjd3modelling documentation built on Jan. 3, 2023, 10:19 p.m.