Learn R Programming

pla (version 0.2)

HumanHepatitis: Human Hepatitis A immunoglobulin - Elisa

Description

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

Usage

data("HumanHepatitis")

Arguments

Source

From CombiStats - EDQM, Council of Europe: http://combistats.edqm.eu/images/stories/Examples/Hepatitis%20A%20Ig.pdf

Examples

Run this code
Example <- "Example 8 "
data(HumanHepatitis); Data <- HumanHepatitis

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

Run the code above in your browser using DataLab