Displays information about the avlr object
# S3 method for avlr print(x, ...)
x | A |
---|---|
... | Other arguments passed to specific methods |
Text output via print
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