print.avlr: Print avlr object

View source: R/avlr.R

print.avlrR Documentation

Print avlr object

Description

Displays information about the avlr object

Usage

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

Arguments

x

A avlr object

...

Other arguments passed to specific methods

Value

Text output via print

Examples


set.seed(999)

N = 100000
Xt = rnorm(N) + cumsum(rnorm(N, 0, 3e-3))

fit = avlr(Xt, wn = 1:7, rw = 12:15)
print(fit)


avar documentation built on Aug. 29, 2023, 5:09 p.m.