select.desc.check: TS Model Checks

View source: R/model_selection_methods.R

select.desc.checkR Documentation

TS Model Checks

Description

Stops the process in R if there is an issue with the model desc

Usage

select.desc.check(desc)

Arguments

desc

A character vector containing ts.model terms from desc.

Details

Checks if there are two or more objects found of type: DR, QN, RW, or WN. In addition, it currently forbids ARMA Models.

Value

Returns nothing if there is no issues. Otherwise, it will kill the process.


schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.