| Protein {MultBiplotR} | R Documentation |
Protein consumption data.
Description
Protein consumption in twenty-five European countries for nine food groups.
Usage
data(Protein)
Format
A data frame with 25 observations on the following 11 variables.
Comunista factor with levels
NoYesRegiona factor with levels
NorthCenterSouthRed_Meata numeric vector
White_Meata numeric vector
Eggsa numeric vector
Milka numeric vector
Fisha numeric vector
Cereala numeric vector
Starcha numeric vector
Nutsa numeric vector
Fruits_Vegetablesa numeric vector
Details
These data measure protein consumption in twenty-five European countries for nine food groups. It is possible to use multivariate methods to determine whether there are groupings of countries and whether meat consumption is related to that of other foods.
Source
http://lib.stat.cmu.edu/DASL/Datafiles/Protein.html
References
Weber, A. (1973) Agrarpolitik im Spannungsfeld der internationalen Ernaehrungspolitik, Institut fuer Agrarpolitik und marktlehre, Kiel.
Gabriel, K.R. (1981) Biplot display of multivariate matrices for inspection of data and diagnosis. In Interpreting Multivariate Data (Ed. V. Barnett), New York: John Wiley & Sons, 147-173.
Hand, D.J., et al. (1994) A Handbook of Small Data Sets, London: Chapman & Hall, 297-298.
Examples
data(Protein)
## maybe str(Protein) ; plot(Protein) ...