Learn R Programming

flan (version 1.0)

luriadel: Resistant bacteria counts from Luria and Delbruck (1943)

Description

Samples of mutants counts from Table 2 of Luria and Delbrück (1943).

Usage

data(luriadel)

Arguments

Format

A list of 3 samples of mutants counts, each named "LD<index of the sample>".

  • The LD1 sample includes the first four columns and the last one (experiments number 1, 10, 11, 15 and 21b) of table 2 p. 504.

  • The LD2 sample includes the fifth and the sixth columns (experiments number 16 and 17)

  • The LD3 sample includes the next to last column (experiment number 21a).

Examples

Run this code
# 1st sample
mutestim(luriadel[[1]])

# compare 2nd and 3rd samples
flan.test(luriadel[2:3]) 

Run the code above in your browser using DataLab