subjectsPerArm: S3 generic to output the number of subjects in each arm for a...

Description Usage Arguments Value Examples

View source: R/common.R

Description

S3 generic to output the number of subjects in each arm for a given object

Usage

1

Arguments

x

The object

Value

A vector of the number of subjects in each arm

Examples

1
2
3
sim <- SimulateComplete(study.time=365,number.subjects=50,
event.rates=c(0.01,0.005),dispersions=0.25)
subjectsPerArm(sim)

dejaVu documentation built on April 27, 2021, 5:07 p.m.