getPatients,RCurve-method {gestate}R 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)

[Package gestate version 1.6.0 Index]