| LimitSubsetOperator | R Documentation |
operator to apply limiting subset operations (e.g. washout periods, calendar ranges or earliest entries)
Get auto generated name
CohortGenerator::SubsetOperator -> LimitSubsetOperator
priorTimeminimum washout time in days
followUpTimeminimum required follow up time in days
limitTocharacter one of: "firstEver" - only first entry in patient history "earliestRemaining" - only first entry after washout set by priorTime "latestRemaining" - the latest remaining after washout set by followUpTime "lastEver" - only last entry in patient history inside
Note, when using firstEver and lastEver with follow up and washout, patients with events outside this will be censored.
calendarStartDateThe calendar start date for limiting by date
calendarEndDateThe calendar end date for limiting by date
getAutoGeneratedName()name generated from subset operation properties
LimitSubsetOperator$getAutoGeneratedName()
character To List
toList()List representation of object
LimitSubsetOperator$toList()
clone()The objects of this class are cloneable with this method.
LimitSubsetOperator$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.