print.safeTest {safestats} | R Documentation |
Printing objects of class 'safeTest' modelled after print.htest()
.
## S3 method for class 'safeTest'
print(x, digits = getOption("digits"), prefix = "\t", ...)
x |
a safeTest object. |
digits |
number of significant digits to be used. |
prefix |
string, passed to strwrap for displaying the method components. |
... |
further arguments to be passed to or from methods. |
No returned value, called for side effects.
safeTTest(rnorm(19), pilot=TRUE)
safeZTest(rnorm(19), pilot=TRUE)