print.gmwm: Print gmwm object

View source: R/GMWM.R

print.gmwmR Documentation

Print gmwm object

Description

Displays information about GMWM object

Usage

## S3 method for class 'gmwm'
print(x, ...)

Arguments

x

A GMWM object

...

Other arguments passed to specific methods

Value

Text output via print

Author(s)

JJB

Examples

## Not run: 
# AR
set.seed(1336)
n = 200
xt = gen_gts(n, AR1(phi=.1, sigma2 = 1) + AR1(phi=0.95, sigma2 = .1))
mod = gmwm(AR1()+AR1(), data=xt, model.type="imu")
print(mod)

## End(Not run)

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