summary.vht: Summary Method for Variance Homogeneity Test Results

View source: R/summary.vht.R

summary.vhtR Documentation

Summary Method for Variance Homogeneity Test Results

Description

Provides a concise summary of the results from a variance homogeneity test in the package.

Usage

## S3 method for class 'vht'
summary(object, ...)

Arguments

object

An object of class vht, typically returned by variance homogeneity tests.

...

Additional arguments.

Details

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.

Value

Prints a summary to the console.

Author(s)

Merve Kasikci, Osman Dag

Examples

out <- bartletts.test(Sepal.Length ~ Species, data = iris, verbose = FALSE)
summary(out)

vartest documentation built on Aug. 25, 2025, 5:10 p.m.

Related to summary.vht in vartest...