summary.designresult {mlpwr}R Documentation

Summary of the search result

Description

Produce summary statistics of the results and the algorithm run.

Usage

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

Arguments

object

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]