View source: R/summary.designresult.R
print.summary.designresult | R Documentation |
Print Summary of the search result
## S3 method for class 'summary.designresult'
print(x, ...)
x |
Object of class designresult as created by the find.design function |
... |
additional arguments to be passed |
An object of class summary.designresult
#Load a simulation function
simfun = example.simfun('ttest')
# Perform the search
ds = find.design(simfun = simfun, boundaries = c(100,300), power = .95)
# Output the results
summary(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.