| Aromatics {BivRegBLS} | R Documentation |
Aromatics petroleum data
Description
Aromatics measurements in light and medium petroleum by HPLC and GC MS.
Usage
data(Aromatics)
Format
A data frame with 35 observations on the following 8 variables:
Samplea factor with the sample type
Typea factor with the following levels: HD (Heavy Diesel), LD (Light Diesel), LGO (Light Gas Oil), MGO (Medium Gas Oil).
HPLCmonoa numeric vector with the monoaromatics measurements by HPLC.
GCMSmonoa numeric vector with the monoaromatics measurements by GC MS.
HPLCdia numeric vector with the diaromatics measurements by HPLC.
GCMSdia numeric vector with the diaromatics measurements by GC MS.
HPLCtria numeric vector with the triaromatics measurements by HPLC.
GCMStria numeric vector with the triaromatics measurements by GC MS.
Source
C-A B Ferrer, B M Celis, A B Velandia, Development of a methodology to determine the aromatic structural distribution in light and medium petroleum fractions by HPLC. Cienc. Tecnol. Futuro, 2006; 3 (2), 149-162.
References
Francq BG, Govaerts BB. Measurement methods comparison with errors-in-variables regressions. From horizontal to vertical OLS regression, review and new perspectives. Chemometrics and Intelligent Laboratory Systems, 2014; 134:123-139.
Examples
data(Aromatics)
str(Aromatics)
head(Aromatics)