subjectsPerArm {dejaVu} | R Documentation |
S3 generic to output the number of subjects in each arm for a given object
subjectsPerArm(x)
x |
The object |
A vector of the number of subjects in each arm
sim <- SimulateComplete(study.time=365,number.subjects=50,
event.rates=c(0.01,0.005),dispersions=0.25)
subjectsPerArm(sim)