View source: R/print_t.test2.R
| print.t.test2 | R Documentation |
Print method for t.test2 output
## S3 method for class 't.test2'
print(x, ...)
x |
An object of class |
... |
Additional arguments passed to print |
Invisibly returns the input object x. Called for its side effect
of printing a formatted t-test summary to the console, including means,
confidence intervals, test statistics, p-values, sample sizes, and
APA-formatted results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.