View source: R/summary_homocedasticidad.R
summary.homocedasticidad | R Documentation |
Displays a summary of variance homogeneity tests such as Bartlett, Fligner-Killeen, or Levene, applied to a fitted formula using numeric data and groupings.
## S3 method for class 'homocedasticidad'
summary(object, ...)
object |
An object of class |
... |
Currently ignored. |
Invisibly returns the input object (invisible). Printed output includes: test name, statistic, degrees of freedom, p-value, and decision at the 0.05 level.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.