setPatients,RCurve-method {gestate} | R Documentation |
Method for setting N's in an RCurve
Description
This sets the RCurve patient numbers per arm directly and updates N and Ratio accordingly
Usage
## S4 method for signature 'RCurve'
setPatients(theObject, Nactive, Ncontrol)
Arguments
theObject |
The name of the RCurve Object |
Nactive |
Number of patients to set in active arm |
Ncontrol |
Number of patients to set in control arm |
Examples
setPatients(LinearR(12,100,100),200,150)
[Package gestate version 1.6.0 Index]