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)

scientific-computing-solutions/dejaVu documentation built on May 29, 2019, 3:44 p.m.