summary.dropout {OWEA}R Documentation

Summary method for S3 object

Description

Return summary info for S3 object return by design function.

Usage

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

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

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

Arguments

object

A S3 object of class 'dropout', 'proportional', or 'interference'.

...

other control parameters, but usually not necessary.

Value

A list of key info.

exact_design

exact design and its repetitions

approximate_design

approximate design and its weights

computing_time

computing time for approximate design

See Also

see examples in design.


[Package OWEA version 0.1.2 Index]