subset.Lexis {Epi} | R Documentation |
Return subsets of Lexis objects which meet conditions
## S3 method for class 'Lexis': subset(x, ...)
x |
an object of class Lexis |
... |
additional arguments to be passed to subset.data.frame |
The subset method for Lexis
objects works exactly as the
method for data frames.
A Lexis
object with selected rows and columns.
Martyn Plummer