print.summary.designresult: Print Summary of the search result

View source: R/summary.designresult.R

print.summary.designresultR 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)

mlpwr documentation built on Oct. 4, 2024, 1:07 a.m.