factoextra (version 1.0.5)

poison: Poison

Description

This data is a result from a survey carried out on children of primary school who suffered from food poisoning. They were asked about their symptoms and about what they ate.

Usage

data("poison")

Arguments

Format

A data frame with 55 rows and 15 columns.

Examples

Run this code
# NOT RUN {
library(FactoMineR)
data(poison)
res.mca <- MCA(poison, quanti.sup = 1:2, quali.sup = c(3,4), 
   graph = FALSE)
fviz_mca_biplot(res.mca, repel = TRUE)+
theme_minimal()

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace