print.summary.gmwm | R Documentation |
Displays summary information about GMWM object
## S3 method for class 'summary.gmwm' print(x, ...)
x |
A |
... |
Other arguments passed to specific methods |
Text output via print
JJB
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.