InstantR {gestate} | R Documentation |
This creates a RCurve object for an instant recruitment distribution.
RCurve objects contain all necessary information to describe a recruitment distribution. They are a particular type of Curve object containing additional recruitment-related information, including patient numbers and the randomisation ratio.
InstantR(Nactive, Ncontrol)
Nactive |
Number of patients recruited in the active arm. |
Ncontrol |
Number of patients recruited in the control arm. |
This RCurve is used when either all patients enter at the same time, or a fixed-length follow-up design is used. Note that a PDF function is not provided for this RCurve type, but is not required for standard calculations.
James Bell
InstantR(Nactive=100,Ncontrol=100)