data_parker {anovir} | R Documentation |
Full data from Parker et al (2014)
Description
Complete data on the survival of adult female aphids exposed or unexposed to fungal infection.
Usage
data_parker
Format
An object of class data.frame
with 328 rows and 11 columns.
Value
A dataframe
- Genotype
names of host genotypes
- SD
Spore Dose, concentration of fungal spores hosts were exposed to (spores/mm^2)
- Fecundity
total number of offspring produced by hosts over lifetime
- Sporulation
'1' visual signs of sporulation at host death, '0' no signs of sporulation
- Status
'0' censored, '1' died
- Time
time of death (days)
- dose
dose treatments on ordinal scale of 1-3, controls 0
- censored
'1' censored, '0' died
- d
death indicator: '1' died, '0' censored
- t
time of death (days)
- g
infection treatment indicator; '1' infected, '0' uninfected
Source
Parker BJ, Garcia JR, Gerardo NM (2014) Genetic variation in resistance and fecundity tolerance in a natural host-pathogen interaction. Evolution 68: 2421-2429 doi
The full dataset is available at Dryad https://doi.org/10.5061/dryad.24gq7
Examples
head(data_parker)