Learn R Programming

anovir (version 0.1.0)

data_lorenz: A subset of data from Lorenz & Koella (2011)

Description

Data on the longevity of 256 adult female mosquitoes and the number of pathogen spores they harboured at the time of their death.

Usage

data_lorenz

Arguments

Value

A dataframe

Infectious.dose

Number of spores larvae were exposed to (spores/larva)

Food

food treatment: '50' or '100'

Sex

sex of mosquito: 'F' female

Spore.Count

number of spores harboured by mosquito at time of death

t

time of death to nearest half day

censored

'1' censored, '0' died

d

death indicator: '1' died during experiment, '0' right-censored

g

infection treatment indicator: '0' uninfected, '1' infected

Format

An object of class data.frame with 256 rows and 8 columns.

Details

These are the Lorenz & Koella data analysed in Agnew (2019) doi

Examples

Run this code
# NOT RUN {
head(data_lorenz)
# }

Run the code above in your browser using DataLab