View source: R/safeS3Methods.R
print.safeTSim | R Documentation |
Prints a safeTSim Object
## S3 method for class 'safeTSim' print(x, ...)
x |
a 'safeTSim' object. |
... |
further arguments to be passed to or from methods. |
No returned value, called for side effects.
designObj <- designSafeT(1, beta=0.2, nSim=10) # Data under deltaTrue=deltaMin simObj <- simulate(designObj, nSim=10) print(simObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.