Displays information about the avlr object

# S3 method for 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)
#> #> Estimates: #> Value #> WN 1.003463222 #> RW 0.001243005