getPatients,RCurve-method {gestate} | R Documentation |
This calculates the expected number of recruited patients at a given time based upon an RCurve
## S4 method for signature 'RCurve'
getPatients(theObject, x)
theObject |
The name of the RCurve Object |
x |
time at which to calculate expected patients recruited" |
getPatients(LinearR(12,100,100),7)