lactic | R Documentation |
Data on the Calibration of an Instrument that Measures Lactic Acid Concentration in Blood, from Afifi and Azen (1979) - comparing the true concentration X with the measured value Y.
data(lactic, package="robustbase")
A data frame with 20 observations on the following 2 variables.
X
True Concentration
Y
Instrument
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection; Wiley, p.62, table 10.
data(lactic)
summary(lm.lactic <- lm(Y ~., data=lactic))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.