https://github.com/cran/gss
Raw File
Tip revision: 89d82cd10df245b31014578d714ffeb2091657da authored by Chong Gu on 08 August 1977, 00:00:00 UTC
version 0.6-4
Tip revision: 89d82cd
stan.Rd
\name{stan}
\alias{stan}
\title{Stanford Heart Transplant Data}
\description{
    Survival of patients from the Stanford heart transplant program.
}
\usage{data(stan)}
\format{
    A data frame containing 184 observations on the following variables.
    \tabular{ll}{
	\code{time} \tab Follow-up time after transplant, in days.\cr
	\code{status} \tab Censoring status.\cr
	\code{age} \tab Age at transplant.
    }
}
\source{
  Miller, R. G. and Halpern, J. (1982), Regression with censored data.
  \emph{Biometrika}, \bold{69}, 521--531.
}
\keyword{datasets}
back to top