Learn R Programming

gmwm (version 2.0.0)

select.desc.check: 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.

Value

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

Details

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