aids_azt_df | R Documentation |
This dataset, aids_azt_df, is a data frame containing cross-classified counts of AIDS symptoms and AZT use by race of the patients, as reported in a 1991 New York Times article.
data(aids_azt_df)
A data frame with 4 observations and 4 variables:
Numeric vector indicating the number of patients showing AIDS symptoms
Numeric vector indicating the number of patients not showing AIDS symptoms
Factor with 2 levels indicating AZT use (yes
, no
)
Factor with 2 levels indicating patient race (white
, black
)
The dataset name has been kept as 'aids_azt_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the cond package version 1.2-4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.