ibuprofen, genisten, biochanin, pseudoephedrine, nitrate {quantchem} | R Documentation |
A sample calibration data with two replicates for each standard.
data(ibuprofen) data(genisten) data(biochanin) data(pseudoephedrine) data(nitrate)
A data frames with 14 observations containing calibration curve of 5 compounds.
conc
area
The data was originally published by Kirkup and Mulholland (2004) to discuss various calibration models.
Kirkup, L., Mulholland, M. (2004). Comparison of linear and non-linear equations in univariate calibration. J. Chromatogr. A, 1029, 1-11.
data(ibuprofen) attach(ibuprofen) fit = lmcal(conc,area) summary(fit) anova(fit) par(mfrow=c(2,2)) plot(fit)