print.visstat {visStatistics} | R 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 |
... |
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
[Package visStatistics version 0.1.7 Index]