https://github.com/cran/Epi
Raw File
Tip revision: 9872a0b2680660310609a6fedf74baa4cb561e51 authored by Bendix Carstensen on 24 January 2012, 13:57:47 UTC
version 1.1.33
Tip revision: 9872a0b
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