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.
# S3 method for TTest
print(x, ...)Invisibly returns x unchanged.
A t-test result, as returned by oneSampleTTest,
independentSamplesTTest, or pairedSamplesTTest.
Additional arguments (unused, included for compatibility).