View source: R/pipeline_modules.R
removeDeathsFromControls | R Documentation |
removeDeathsFromControls
removeDeathsFromControls(targetToFilter, objectsToFilter)
targetToFilter |
A matrix or data.frame with a binary 1/0 column named 'dead' and a binary column named 'Event' |
objectsToFilter |
A list of matrix or data.frame objects each with the same number of rows as targetToFilter. These objects will also have the same rows removed as targetToFilter. |
A list with elements targetFiltered
(a matrix/data.frame) and
objectsToFilter
(a list of matrix/data.frames) corresponding to
targetToFilter
and objectsToFilter
with rows corresponding to
deaths in controls (dead == 1, Event == 0) removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.