powered by
Print the output of a t test.
# S3 method for tTest print(x, ...)
prints the tTest object as a htest object.
tTest
htest
an object used to select a method.
further arguments passed to or from other methods.
Mathijs Deen
x1 <- QIDS$QIDS[QIDS$depression == "Yes"] x2 <- QIDS$QIDS[QIDS$depression == "No"] tt <- tTest(x1, x2) print(tt)
Run the code above in your browser using DataLab