Learn R Programming

rrcov (version 0.3-07)

lactic: Calibration of an Instrument that Measures Lactic Acid Concentration in Blood

Description

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.

Usage

data(lactic)

Arguments

source

P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection. Wiley, p.62, table 10.

Examples

Run this code
data(lactic)
summary(lm.lactic <- lm(Y ~., data=lactic))
summary(lts.lactic <- ltsReg(Y ~., data=lactic))

Run the code above in your browser using DataLab