| elisa | R Documentation |
A dataset was collected consisting of eight ELISA absorbance readings, each corresponding to a different, increasing concentration of a substrate. The primary focus of the analysis is to characterize the relationship between substrate concentration and measured absorbance, facilitating calibration or interpretation of ELISA response as a function of substrate level.
elisa
A data frame with 3 variables: DUnit, Concentration, Absorbance.
Factor. Unique identifier for each ELISA reading.
Numeric. Substrate concentration used for each reading.
Numeric. ELISA absorbance value measured at the given substrate concentration.
Welham, S. J., Gezan, S. A., Clark, S. J., and Mead, A. (2015) Statistical Methods in Biology: Design and analysis of experiments and regression
summary(lm(Absorbance ~ log10(Concentration + 1), data = elisa))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.