Skip to contents

summary() method for class Design.

Usage

# S3 method for class 'Design'
summary(object, ..., treatment_binary = TRUE)

# S3 method for class 'summary.Design'
print(x, ..., max_unit_print = 3)

Arguments

object

Design object, usually a result of a call to rct_design(), obs_design(), or rd_design().

...

Ignored

treatment_binary

Should the treatment be dichotomized if object contains a dichotomy? Ignored if object does not contain a dichotomy.

x

summary.Design object, usually as a result of a call to summary.Design()

max_unit_print

Maximum number of treatment levels to print in treatment table

Value

The Design or summary.Designobject, invisibly