setPatients,RCurve-method | R Documentation |
This sets the RCurve patient numbers per arm directly and updates N and Ratio accordingly
## S4 method for signature 'RCurve'
setPatients(theObject, Nactive, Ncontrol)
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 |
setPatients(LinearR(12,100,100),200,150)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.