https://github.com/cran/emplik
Raw File
Tip revision: 344f321e5cd2c16878948de01191cd7cb678027a authored by Mai Zhou on 05 August 2018, 08:53:00 UTC
version 1.0-3.1
Tip revision: 344f321
smallcell.Rd
\name{smallcell}
\alias{smallcell}
\title{Smallcell Lung Cancer Data}
\description{
There are 121 observations on 4 variables.
Arm is the indication of two treatments.
Entry is the age of the patient at entry.
Survival is the survival time and 
indicator is the censoring indicator (right censoring).
For more details please see the reference below.

Data are from 
Ying, Z., Jung, SH, and Wei, LJ (1995). 
Median regression analysis with censored data.
Journal of the American Statistical Association,
90, 178-184.
}
\usage{data(smallcell)}
\format{A data frame containing 121 observations on 4 variables:
\tabular{rl}{
        [,1] \tab "arm"\cr
        [,2] \tab "entry"\cr
        [,3] \tab "survival"\cr
        [,4] \tab "indicator"}
}
\references{
Ying, Z., Jung, SH, and Wei, LJ
(1995). Median regression analysis with censored data.
Journal of the American Statistical Association, 90, 178-184.
}
\keyword{datasets}
back to top