File: aids.Rd

package info (click to toggle)
r-cran-brglm2 0.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: ansic: 52; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{aids}
\alias{aids}
\title{The effects of AZT in slowing the development of AIDS symptoms}
\format{
A data frame with 4 rows and 4 variables:
\itemize{
\item \code{symptomatic}: counts of veterans showing AIDS symptoms during the 3-year study
\item \code{asymptomatic}: counts of veterans not showing AIDS symptoms during the 3-year study
\item \code{race}: the race of the veterans with levels \code{"White"} and \code{"Black"}
\item \code{AZT_use}: whether the veterans received AZT immediately (\code{"Yes"})
or waited until their T cells showed severe immune weakness (\code{"No"})
}
}
\source{
The data set is analyzed in Agresti (2002, Subsection 5.4.2). Its
original source is New York Times, Feb. 15, 1991.
}
\usage{
aids
}
\description{
The data is from a 3-year study on the effects of AZT in slowing the
development of AIDS symptoms. 338 veterans whose immune systems
were beginning to falter after infection with the AIDS virus were
randomly assigned either to receive AZT immediately or to wait
until their T cells showed severe immune weakness.
}
\references{
Agresti A (2002). \emph{Categorical Data Analysis}.  Wiley Series in
Probability and Statistics. Wiley.
}
\seealso{
\code{\link[=brmultinom]{brmultinom()}}
}
\keyword{datasets}