print.safeTest {safestats} | R Documentation |
Print Method for Safe Tests
Description
Printing objects of class 'safeTest' modelled after print.htest()
.
Usage
## S3 method for class 'safeTest'
print(x, digits = getOption("digits"), prefix = "\t", ...)
Arguments
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. |
Value
No returned value, called for side effects.
Examples
safeTTest(rnorm(19), pilot=TRUE)
safeZTest(rnorm(19), pilot=TRUE)
[Package safestats version 0.8.7 Index]