Learn R Programming

pla (version 0.2)

IPV: Inactivated poliomyelitis vaccine - Type 3

Description

Example 10 - Four-dose parallel line assay; completely randomized; logarithmic transformation; explicit ratio notation, from CombiStats - EDQM, Council of Europe (http://combistats.edqm.eu).

Usage

data("IPV")

Arguments

Source

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

Examples

Run this code
Example <- "Example 10"
data(IPV); Data <- IPV

Data <- readAssayTable(paste(system.file(package = "pla"),
                             "vignettes/CombiStat/data/IPV.txt",
                             sep = "/"), fun = log10,
                       rows = "Dilutions & Samples", columns = "Replicates")
plaModel <- plaCRD(Data); plaModel
plots    <- plot(plaModel)

Run the code above in your browser using DataLab