FactoMineR (version 2.2)

JO: Number of medals in athletism during olympic games per country

Description

This data frame is a contengency table with the athletism events (in row) and the coutries (in columns). Each cell gives the number of medals obtained during the 5 olympis games from 1992 to 2008 (Barcelona 1992, Atlanta 1996, Sydney 2000, Athens 2004, Beijing 2008).

Usage

data(JO)

Arguments

Format

A data frame with the 24 events in athletism and in colum the 58 countries who obtained at least on medal

Examples

Run this code
# NOT RUN {
data(JO)
res.ca <- CA(JO)
res.ca <- CA(JO, axes = 3:4)
# }

Run the code above in your browser using DataCamp Workspace