View source: R/print.summary.vht.R
print.summary.vht | R Documentation |
Prints the formatted summary of a vht
object to the console.
## S3 method for class 'summary.vht'
print(x, ...)
x |
An object returned by |
... |
Additional arguments. |
Merve Kasikci, Osman Dag
summary.vht
out <- bartletts.test(Sepal.Length ~ Species, data = iris, verbose = FALSE)
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.