GenStudyTrial: GenStudyTrial

Description Usage Arguments Value Examples

View source: R/GenStudyTrial.R

Description

GenStudyTrial

Usage

1
GenStudyTrial(npat = 25, progfact, Arms)

Arguments

npat

the number of patients that will be simulated in the trials

progfact

A TrainRandoProgFact object defining the prognostic factors

Arms

A TrainRandoArm object defining the treatment arms

Value

RandoDataFrame TrainRandoSubj object witht the randomization data

Examples

1
2
data("myArms","myprogfact")
RandoDataFrame <- GenStudyTrial(npat = 25, progfact = myprogfact, Arms=myArms)

NicDubois/trainingrando documentation built on March 13, 2020, 5:33 a.m.