print.avlr {avar} | R Documentation |
Print avlr object
Description
Displays information about the avlr object
Usage
## S3 method for class 'avlr'
print(x, ...)
Arguments
x |
A |
... |
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)
[Package avar version 0.1.3 Index]