print.tost | R Documentation |
Printing objects of class '"tost"' by simple 'print' methods.
## S3 method for class 'tost'
print(x, ...)
x |
object of class '"tost"' |
... |
arguments to be passed to other functions. |
The function inherits infrastructure from R's print.htest, so a number of elements have been copied from the help file of that function.
the argument 'x', invisibly, as for all 'print' methods.
Andrew Robinson A.Robinson@ms.unimelb.edu.au
tost
data(ufc)
tost(ufc$Height.m.p, ufc$Height.m, epsilon = 1, paired = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.