david: Mutant counts and final numbers from H. L. David (1970)

Description Usage Format Source Examples

Description

Samples from Table 1 and 2 of H. L. David (1970).

Classes have been replaced by medians, 1000 for the last class.

Usage

1

Format

A list of 11 lists named "D<index of the sample>". Each list includes :

The i-th sample of the list includes the i-th column of Table 1, except the last sample which includes Table 2.

Source

H. L. David, Probability distribution of drug-resistant mutants in unselected populations of Mycobacterium tuberculosis. Appl. Microbiol., 20(5):810<e2><80><93>814 (1970).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# samples 1-10 only give mean final numbers
D1 <- david[[1]]; D1
# estimate mutation probability
mutestim(D1$mc,mfn=D1$mfn)

# sample 11 has individual final numbers
D11 <- david[[11]]; D11
# with mean final number
mutestim(D11$mc,mfn=mean(D11$fn))
# with true final numbers
mutestim(D11$mc,D11$fn)

rcqls/flanRcpp documentation built on May 27, 2019, 3:05 a.m.