Rev 2086 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{aids}\alias{aids}\title{Delay in AIDS Reporting in England and Wales}\description{The \code{aids} data frame has 570 rows and 6 columns.Although all cases of AIDS in England and Wales must be reported to theCommunicable Disease Surveillance Centre, there is often a considerable delaybetween the time of diagnosis and the time that it is reported. In estimatingthe prevalence of AIDS, account must be taken of the unknown number of caseswhich have been diagnosed but not reported. The data set here records thereported cases of AIDS diagnosed from July 1983 and until the end of 1992.The data are cross-classified by the date of diagnosis and the time delay inthe reporting of the cases.}\usage{aids}\format{This data frame contains the following columns:\describe{\item{\code{year}}{The year of the diagnosis.}\item{\code{quarter}}{The quarter of the year in which diagnosis was made.}\item{\code{delay}}{The time delay (in months) between diagnosis and reporting. 0 means that thecase was reported within one month. Longer delays are grouped in 3 monthintervals and the value of \code{delay} is the midpoint of the interval (thereforea value of \code{2} indicates that reporting was delayed for between 1 and 3months).}\item{\code{dud}}{An indicator of censoring. These are categories for which full information isnot yet available and the number recorded is a lower bound only.}\item{\code{time}}{The time interval of the diagnosis. That is the number of quarters from July1983 until the end of the quarter in which these cases were diagnosed.}\item{\code{y}}{The number of AIDS cases reported.}}}\source{The data were obtained fromDe Angelis, D. and Gilks, W.R. (1994) Estimating acquired immunedeficiency syndrome accounting for reporting delay.\emph{Journal of the Royal Statistical Society, A}, \bold{157}, 31--40.}\references{Davison, A.C. and Hinkley, D.V. (1997)\emph{Bootstrap Methods and Their Application}.Cambridge University Press.}\keyword{datasets}