print.tTest | R Documentation |
Print the output of a t test.
## S3 method for class 'tTest'
print(x, ...)
x |
an object used to select a method. |
... |
further arguments passed to or from other methods. |
prints the tTest
object as a htest
object.
Mathijs Deen
x1 <- QIDS$QIDS[QIDS$depression == "Yes"]
x2 <- QIDS$QIDS[QIDS$depression == "No"]
tt <- tTest(x1, x2)
print(tt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.