Learn R Programming

vartest (version 1.3)

summary.vht: 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 vht
summary(object, ...)

Value

Prints a summary to the console.

Arguments

object

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

...

Additional arguments.

Author

Merve Kasikci, Osman Dag

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.

Examples

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

Run the code above in your browser using DataLab