getPatients-RCurve-method: Method for calculating expected number of recruited patients...

getPatients,RCurve-methodR Documentation

Method for calculating expected number of recruited patients at a given time from an RCurve

Description

This calculates the expected number of recruited patients at a given time based upon an RCurve

Usage

## S4 method for signature 'RCurve'
getPatients(theObject, x)

Arguments

theObject

The name of the RCurve Object

x

time at which to calculate expected patients recruited"

Examples

getPatients(LinearR(12,100,100),7)

gestate documentation built on April 26, 2023, 5:10 p.m.