Description Usage Source Examples
Example 22 - Three-dose parallel line assay at three independent occasions; randomized block; symbolic notation, from CombiStats - EDQM, Council of Europe (http://combistats.edqm.eu).
1 | data("Erythromycin")
|
From CombiStats - EDQM, Council of Europe: http://combistats.edqm.eu/images/stories/Examples/Erythromycin.pdf
1 2 3 4 5 6 7 8 9 | Example <- "Example 22"
data(Erythromycin); Data <- Erythromycin
Data <- readAssayTable(paste(system.file(package = "pla"),
"vignettes/CombiStat/data/Erythromycin.txt",
sep = "/"),
rows = "Block", columns = "Dilutions & Samples")
plaModel <- plaCRD(Data); plaModel
plots <- plot(plaModel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.