Subset observations (patients) from a Data object
using numeric or logical indexing.
Usage
# S4 method for class 'Data,numeric,missing,missing'
x[i]
# S4 method for class 'Data,logical,missing,missing'
x[i]Value
A Data object with the selected observations.
