Learn R Programming

CountsEPPM (version 3.1)

Luningetal.litters: Number of trials (implantations) in data of Luning, et al. (1966)

Description

The data are arranged as a list of grouped counts where the grouping is by dose where dose is included both as a variate (vdose) and as a factor (fdose).

Usage

data(Luningetal.litters)

Arguments

Format

The format is: List of 3 $ vdose : num [1:3] 0 300 600 $ fdose : Factor w/ 3 levels "0","300","600": 1 2 3 $ number.trials:List of 3 ..$ : num [1:11] 0 0 0 0 0 71 156 224 150 70 ... ..$ : num [1:11] 0 0 0 0 0 121 170 186 99 24 ... ..$ : num [1:11] 0 0 0 0 0 160 153 120 45 7 ...

Examples

Run this code
data(Luningetal.litters)
print(Luningetal.litters)

Run the code above in your browser using DataLab