dropNotCensored {PDATK}R Documentation

Remove Censored Patient Samples from An S4 Object.

Description

Remove Censored Patient Samples from An S4 Object.

Usage

dropNotCensored(object, ...)

Arguments

object

An S4 object containing survival data which needs to have patients who were not censored before some criteria.

...

Allow new parmeters to be defined for this generic.

Value

S4 The object subset to only those patients which pass the censoring criteria.

Examples

data(sampleICGCmicro)
ICGCmicro <- dropNotCensored(sampleICGCmicro)


[Package PDATK version 1.1.3 Index]