| subset-Data | R Documentation |
Subset observations (patients) from a Data object
using numeric or logical indexing.
## S4 method for signature 'Data,numeric,missing,missing'
x[i]
## S4 method for signature 'Data,logical,missing,missing'
x[i]
x |
( |
i |
( |
A Data object with the selected observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.