View source: R/summary.designresult.R
summary.designresult | R Documentation |
Produce summary statistics of the results and the algorithm run.
## S3 method for class 'designresult'
summary(object, ...)
object |
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.