print.summary.gmwm: Print summary.gmwm object

Description Usage Arguments Value Author(s) Examples

View source: R/GMWM.R

Description

Displays summary information about GMWM object

Usage

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

Arguments

x

A GMWM object

...

Other arguments passed to specific methods

Value

Text output via print

Author(s)

JJB

Examples

1
2
3
4
5
6
7
8
9
## 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")
summary(mod)

## End(Not run)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.