print.safeTest | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.