File: oil.Rd

package info (click to toggle)
r-cran-caret 7.0-1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,036 kB
  • sloc: ansic: 210; sh: 10; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/caret-package.R
\docType{data}
\name{oil}
\alias{oil}
\alias{oilType}
\alias{fattyAcids}
\title{Fatty acid composition of commercial oils}
\source{
Brodnjak-Voncina et al. (2005). Multivariate data analysis in
classification of vegetable oils characterized by the content of fatty
acids, \emph{Chemometrics and Intelligent Laboratory Systems}, Vol.
75:31-45.
}
\value{
\item{fattyAcids}{data frame of fatty acid compositions: Palmitic,
Stearic, Oleic, Linoleic, Linolenic, Eicosanoic and Eicosenoic. When values
fell below the lower limit of the assay (denoted as <X in the paper), the
limit was used. } \item{oilType}{factor of oil types: pumpkin (A), sunflower
(B), peanut (C), olive (D), soybean (E), rapeseed (F) and corn (G).}
}
\description{
Fatty acid concentrations of commercial oils were measured using gas
chromatography.  The data is used to predict the type of oil.  Note that
only the known oils are in the data set. Also, the authors state that there
are 95 samples of known oils. However, we count 96 in Table 1 (pgs.  33-35).
}
\keyword{datasets}