print.visstat: Print method for visstat objects

View source: R/visstat-methods.R

print.visstatR Documentation

Print method for visstat objects

Description

Displays a brief summary of the statistical test results and, if available, assumption tests and post hoc comparisons.

Usage

## S3 method for class 'visstat'
print(x, ...)

Arguments

x

An object of class "visstat", returned by visstat().

...

Currently unused. Included for S3 method compatibility.

Details

This function is automatically called when a visstat object is printed to the console. It provides a quick overview of the statistical analysis results.

Value

The object x, invisibly.

See Also

summary.visstat, plot.visstat, visstat


visStatistics documentation built on June 8, 2025, 1:58 p.m.