print.avar {avar} | R Documentation |
Displays the information on the output of the 'avar()' function
## S3 method for class 'avar'
print(x, ...)
x |
A |
... |
Arguments to be passed to methods |
console output
set.seed(999)
Xt = rnorm(10000)
out = avar(Xt)
print(out)