Learn R Programming

pla (version 0.2)

Nystatin: Nystatin: Antibiotic agar diffusion assay

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

data("Nystatin")

Arguments

Source

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

Details

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

Examples

Run this code
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)

Run the code above in your browser using DataLab