summary.OptGS_des: Summarise the key details of a group-sequential clinical...

Description Usage Arguments See Also Examples

View source: R/summary.OptGS_des.R

Description

summary.OptGS_des() summarises the key details from a group-sequential clinical trial design object for a normally distributed primary outcome.

Usage

1
2
## S3 method for class 'OptGS_des'
summary(object, ...)

Arguments

object

An object of class OptGS_des, as returned by des_gs, des_nearopt, des_opt, or build. Defaults to des_gs().

...

For compatability with the generic.

See Also

an, des_gs, des_nearopt, des_opt, build, sim, plot.OptGS_des, plot.OptGS_opchar, opchar, summary.OptGS_des.

Examples

1
2
3
4
# A two-stage design
summary(opt_gs())
# A three-stage design
summary(opt_gs(J = 3))

mjg211/OptGS documentation built on May 28, 2021, 3:44 p.m.