View source: R/safeS3Methods.R
print.safeDesign | R Documentation |
Printing objects of class 'safeTest' modelled after print.power.htest()
.
## S3 method for class 'safeDesign' 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.
designSafeZ(meanDiffMin=0.5) designSafeT(deltaMin=0.5) designSafeLogrank(hrMin=0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.