Learn R Programming

anovir (version 0.1.0)

data_parker: 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

Arguments

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

Format

An object of class data.frame with 328 rows and 11 columns.

Examples

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

Run the code above in your browser using DataLab