Learn R Programming

ph2rand (version 0.1.0)

summary.ph2rand_des: Summarise a randomised clinical trial design that assumes a Bernoulli distributed primary outcome variable

Description

summary.ph2rand_des prints a summary of a design returned by des_one_stage or des_two_stage.

Usage

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

Arguments

object

An object of class ph2rand_des, as returned by des_one_stage or des_two_stage.

...

Not currently used.

Value

Currently not used.

See Also

des_one_stage, des_two_stage, plot.ph2rand_des.

Examples

Run this code
# NOT RUN {
# The default two-stage design
des <- des_two_stage()
# Print a summary
summary(des)
# }

Run the code above in your browser using DataLab