powered by
Printing objects of class '"tost"' by simple 'print' methods.
# S3 method for tost print(x, ...)
the argument 'x', invisibly, as for all 'print' methods.
object of class '"tost"'
arguments to be passed to other functions.
Andrew Robinson A.Robinson@ms.unimelb.edu.au
The function inherits infrastructure from R's print.htest, so a number of elements have been copied from the help file of that function.
tost
data(ufc) tost(ufc$Height.m.p, ufc$Height.m, epsilon = 1, paired = TRUE)
Run the code above in your browser using DataLab