is_func: Is GMWM Object

is.gtsR Documentation

Is GMWM Object

Description

Is the object a gts, imu, lts, wvar, or gmwm object?

Usage

is.gts(x)

is.imu(x)

is.lts(x)

is.gmwm(x)

is.wvar(x)

is.ts.model(x)

Arguments

x

A gts, imu, lts object.

Details

Uses inherits over is for speed.

Value

A logical value that indicates whether the object is of that class (TRUE) or not (FALSE).

Author(s)

JJB


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