Skip to contents

Prints the results of a t-test in a readable, beginner-friendly format. This function is called automatically whenever a result from oneSampleTTest, independentSamplesTTest, or pairedSamplesTTest is displayed.

Usage

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

Arguments

x

A t-test result, as returned by oneSampleTTest, independentSamplesTTest, or pairedSamplesTTest.

...

Additional arguments (unused, included for compatibility).

Value

Invisibly returns x unchanged.