subset.Lexis {Epi}R Documentation

Subsetting Lexis objects

Description

Return subsets of Lexis objects which meet conditions

Usage

## S3 method for class 'Lexis':
subset(x, ...)

Arguments

x an object of class Lexis
... additional arguments to be passed to subset.data.frame

Details

The subset method for Lexis objects works exactly as the method for data frames.

Value

A Lexis object with selected rows and columns.

Author(s)

Martyn Plummer

See Also

Lexis, merge.Lexis


[Package Epi version 1.0.12 Index]