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, orpairedSamplesTTest.- ...
Additional arguments (unused, included for compatibility).