summary.vht | R Documentation |
Provides a concise summary of the results from a variance homogeneity test in the package.
## S3 method for class 'vht'
summary(object, ...)
object |
An object of class |
... |
Additional arguments. |
This method is specifically designed for objects of class vht
. It prints test method, dependent variable, grouping variable, test statistic, degrees of freedom, and p-value.
Prints a summary to the console.
Merve Kasikci, Osman Dag
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.