print.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.