https://github.com/cran/Epi
Raw File
Tip revision: 72aab1b6b8e72d06b52dc1d5de1b383ea934f592 authored by Bendix Carstensen on 01 September 2010, 17:37:50 UTC
version 1.1.17
Tip revision: 72aab1b
subset.Lexis.Rd
\name{subset.Lexis}
\alias{subset.Lexis}
\title{Subsetting Lexis objects}
\description{
  Return subsets of Lexis objects which meet conditions
}
\usage{
\method{subset}{Lexis}(x, ...)
}
\arguments{
  \item{x}{an object of class \code{Lexis}}
  \item{\dots}{additional arguments to be passed to \code{subset.data.frame}}
}
\details{
  The subset method for \code{Lexis} objects works exactly as the
  method for data frames.
}
\value{
  A \code{Lexis} object with selected rows and columns.
}
\author{Martyn Plummer}
\seealso{\code{\link{Lexis}}, \code{\link{merge.Lexis}}}
\keyword{manip}
back to top