werhoff: Rifampin-resistant mutant counts from Werngren and Hoffner...

Description Usage Format Source Examples

Description

Samples from Table 1 p. 1522 of Werngren and Hoffner (2003).

The mean final number of cells is also given for each sample.

The coefficient of variation of the final number of cells is the same for all samples.

Usage

1

Format

A list of 2 elements :

Source

J. Werngren and S. E. Hoffner: Drug susceptible Mycobacterium tuberculosis Beijing genotype does not develop mutation-conferred resistance to Rifampin at an elevated rate, J. Clin. Microbiol., 41(4):1520-1524 (2003)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# coefficient of variation of final numbers
Wcvfn <- werhoff$cvfn
# tenth sample
W10 <- werhoff$samples[[10]]

# estimates without cvfn
without <- mutestim(W10$mc,mfn=W10$mfn)
# estimates with cvfn
with <- mutestim(W10$mc,mfn=W10$mfn,cvfn=Wcvfn)
rbind(without,with)

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