Learn R Programming

OWEA (version 0.1.2)

summary.dropout: Summary method for S3 object

Description

Return summary info for S3 object return by design function.

Usage

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

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

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

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

Arguments

object

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

...

other control parameters, but usually not necessary.

See Also

see examples in design.