datoctane | R Documentation |
Octane data.
Near infrared absorbance spectra (NIR) of n
= 39 gasoline samples over p
= 226 wavelengths (1102 nm to 1552 nm, step = 2 nm).
Samples 25, 26, and 36-39 contain added alcohol (outliers).
data(datoctane)
A list with 1 component: matrix X
.
K.H. Esbensen, S. Schoenkopf and T. Midtgaard Multivariate Analysis in Practice, Trondheim, Norway: Camo, 1994.
Todorov, V. 2020. rrcov: Robust Location and Scatter Estimation and Robust Multivariate Analysis with High Breakdown. R Package version 1.5-5. https://cran.r-project.org/.
M. Hubert, P. J. Rousseeuw, K. Vanden Branden (2005), ROBPCA: a new approach to robust principal components analysis, Technometrics, 47, 64â79.
P. J. Rousseeuw, M. Debruyne, S. Engelen and M. Hubert (2006), Robustness and Outlier Detection in Chemometrics, Critical Reviews in Analytical Chemistry, 36(3â4), 221â242.
data(datoctane)
X <- datoctane$X
headm(X)
plotsp(X, xlab = "Wawelength", ylab = "Absorbance")
plotsp(X[c(25:26, 36:39), ], add = TRUE, col = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.