phosphor | R Documentation |
This dataset investigates the effect from inorganic and organic Phosphorus in the soil upon the phosphorus content of the corn grown in this soil, from Prescott (1975).
data(phosphor, package="robustbase")
A data frame with 18 observations on the following 3 variables.
inorg
Inorganic soil Phosphorus
organic
Organic soil Phosphorus
plant
Plant Phosphorus content
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection. Wiley, p.156, table 24.
data(phosphor)
plot(phosphor)
summary(lm.phosphor <- lm(plant ~ ., data = phosphor))
summary(lts.phosphor <- ltsReg(plant ~ ., data = phosphor))
phosphor.x <- data.matrix(phosphor[, 1:2])
cPh <- covMcd(phosphor.x)
plot(cPh, "dd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.