tecator {fda.usc}R Documentation

tecator data

Description

Water, Fat and Protein content of meat samples

Format

The format is:
..$absorp.fdata: absorbance data. fdata class object with:

..$y: the percentages of Fat, Water and Protein. The three contents are determined by analytic chemistry.

Details

absorp.fdata absorbance data for 215 samples. The first 129 were originally used as a training set endpoints the percentages of Fat, Water and Protein.
for more details see tecator package

Author(s)

Manuel Febrero-Bande and Manuel Oviedo de la Fuente manuel.oviedo@udc.es

Examples

data(tecator)
names(tecator)
names(tecator$absorp.fdata)
names(tecator$y)
names(tecator$y)
class(tecator$absorp.fdata)
class(tecator$y)
dim(tecator$absorp.fdata)
dim(tecator$y)


[Package fda.usc version 2.1.0 Index]