File: aids.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (24 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{aids}
\alias{aids}
\title{AIDS Incubation}
\description{
    A data set collected by Centers for Disease Control and Prevention
    concerning AIDS patients who were infected with the HIV virus
    through blood transfusion.
}
\usage{data(aids)}
\format{
    A data frame containing 295 observations on the following variables.
    \tabular{ll}{
	\code{incu} \tab Time from HIV infection to AIDS diagnosis.\cr
	\code{infe} \tab Time from HIV infection to end of data
	collection (July 1986).\cr
	\code{age} \tab Age at time of blood transfusion.
    }
}
\source{
    Wang, M.-C. (1989), A semiparametric model for randomly truncated
    data.  \emph{Journal of the American Statistical Association},
    \bold{84}, 742--748. 
}
\keyword{datasets}