Skip to contents

This dataset, malaria_mice_df, is a data frame containing daily data on laboratory mice infected with various strains of *Plasmodium chaubaudi*.

Usage

data(malaria_mice_df)

Format

A data frame with 1300 observations and 11 variables:

Line

Integer vector indicating the parasite line

Day

Integer vector representing the day of observation

Box

Integer vector identifying the box where the mouse was housed

Mouse

Integer vector identifying the individual mouse

Treatment

Factor indicating the treatment group (6 levels)

Ind2

Integer vector used to identify individual measurements

Weight

Numeric vector indicating the weight of the mouse

Glucose

Integer vector indicating glucose levels

RBC

Numeric vector representing red blood cell counts

Sample

Integer vector identifying sample number

Para

Numeric vector indicating parasitemia levels

Source

Data taken from the epimdr package version 0.6-5

Details

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.