Learn R Programming

strvalidator (version 1.3.0)

tableCapillary: Table capillary

Description

tableCapillary summarize capillary analysis result in table format.

Usage

tableCapillary(data, scope = "cap", debug = FALSE)

Arguments

data
data frame from a capillary analysis by calculateCapillary.
scope
character string. Make table by capillary, injection, plate row, run, or instrument. Values {"cap", "inj", "row", "run", "instr"}.
debug
logical indicating printing debug information.

Value

  • data.frame with columns 'Instrument', 'Capillary/Injection/Row/Run/Instrument', 'N', 'Min', 'Q1', 'Median', 'Mean', 'Q3', 'Max', 'Std.Dev'.

Details

Summarize the capillary analysis result in table format by capillary, injection, plate row, or instrument. Returns a dataframe with number of observations, min, max, median, mean, standard deviation, and the 25th and 75th percentile.