summary.homocedasticidad {Analitica} | R Documentation |
Summary Method for Homoscedasticity Test Results
Description
Displays a summary of variance homogeneity tests such as Bartlett, Fligner-Killeen, or Levene, applied to a fitted formula using numeric data and groupings.
Usage
## S3 method for class 'homocedasticidad'
summary(object, ...)
Arguments
object |
An object of class |
... |
Currently ignored. |
Value
Invisibly returns the input object (invisible). Printed output includes: test name, statistic, degrees of freedom, p-value, and decision at the 0.05 level.
[Package Analitica version 1.8.5 Index]