https://github.com/cran/Epi
Raw File
Tip revision: 731faac00ddab070f18308f8f256bad4ce2389eb authored by Bendix Carstensen on 11 January 2011, 00:00:00 UTC
version 1.1.33
Tip revision: 731faac
time.scales.Rd
\name{timeScales}
\alias{timeScales}
\title{The time scales of a Lexis object}
\description{
  Function to get the names of the time scales of a \code{Lexis} object.
}
\usage{
timeScales(x)
}
\arguments{
  \item{x}{an object of class \code{Lexis}.}
}
\value{
  A character vector containing the names of the variables in \code{x}
  that represent the time scales. Extracted from the \code{time.scales}
  attribute of the object.
}
\author{Martyn Plummer}
\seealso{\code{\link{Lexis}}, \code{\link{splitLexis}}}
\keyword{attribute}
back to top