Nystatin: Nystatin: Antibiotic agar diffusion assay

Description Usage Details Source Examples

Description

Example 15 - Three-dose parallel line assay; latin square; explicit ratio notation, from CombiStats - EDQM, Council of Europe (http://combistats.edqm.eu). 5.1.2. THREE-DOSE LATIN SQUARE DESIGN

Usage

1
data("Nystatin")

Details

The data is the same as AgarDiffusionAssay, but here with CombiStats as source, and put into an object.

Source

From CombiStats - EDQM, Council of Europe: http://combistats.edqm.eu/images/stories/Examples/Nystatin.pdf

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Example <- "Example 15"
data(Nystatin); Data <- Nystatin

Data <- readAssayTable(paste(system.file(package = "pla"),
                             "vignettes/CombiStat/data/Nystatin.txt",
                             sep = "/"),
                       rows = "Measurements", 
                       columns = "All factors and variables")
plaModel <- plaLSD(Data)
Fits     <- fit(plaModel)
plots    <- plot(plaModel)

pla documentation built on May 2, 2019, 11:12 a.m.