print.summary.designresult {mlpwr}R Documentation

Print Summary of the search result

Description

Print Summary of the search result

Usage

## S3 method for class 'summary.designresult'
print(x, ...)

Arguments

x

Object of class designresult as created by the find.design function

...

additional arguments to be passed

Value

An object of class summary.designresult

Examples

#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)

[Package mlpwr version 1.1.0 Index]