Learn R Programming

ade4 (version 1.2-2)

morphosport: Athletes' Morphology

Description

This data set gives a morphological description of 153 athletes split in five different sports.

Usage

data(morphosport)

Arguments

source

Mimouni , N. (1996) Contribution de m�thodes biom�triques � l'analyse de la morphotypologie des sportifs. Th�se de doctorat. Universit� Lyon 1.

Details

Variables of morphosport$tab are the following ones: dbi (biacromial diameter (cm)), tde (height (cm)), tas (distance from the buttocks to the top of the head (cm)), lms (length of the upper limbs (cm)), poids (weigth (kg)). The levels of morphosport$sport are: athl (athletics), foot (football), hand (handball), judo, nata (swimming), voll (volleyball).

Examples

Run this code
data(morphosport)
plot(discrimin(dudi.pca(morphosport$tab, scan = FALSE), morphosport$sport, scan = FALSE))

Run the code above in your browser using DataLab