powered by
Displays information about the avlr object
# S3 method for avlr print(x, ...)
Text output via print
A avlr object
avlr
Other arguments passed to specific methods
# \donttest{ 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) # }
Run the code above in your browser using DataLab