malaria_mice_df | R Documentation |
This dataset, malaria_mice_df, is a data frame containing daily data on laboratory mice infected with various strains of *Plasmodium chaubaudi*.
data(malaria_mice_df)
A data frame with 1300 observations and 11 variables:
Integer vector indicating the parasite line
Integer vector representing the day of observation
Integer vector identifying the box where the mouse was housed
Integer vector identifying the individual mouse
Factor indicating the treatment group (6 levels)
Integer vector used to identify individual measurements
Numeric vector indicating the weight of the mouse
Integer vector indicating glucose levels
Numeric vector representing red blood cell counts
Integer vector identifying sample number
Numeric vector indicating parasitemia levels
The dataset name has been kept as 'malaria_mice_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 epimdr package version 0.6-5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.