summary.homocedasticidad: Summary Method for Homoscedasticity Test Results

View source: R/summary_homocedasticidad.R

summary.homocedasticidadR 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 "homocedasticidad".

...

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.


Analitica documentation built on June 14, 2025, 9:07 a.m.