Last chance! 50% off unlimited learning
Sale ends in
This dataset contains 100 individuals and 7 variables (age, weight, size, alcohol, sex, snore, tobacco). There are 4 continuous variables and 3 categorical variables with 2 levels. Some values are missing.
data(snorena)
A data frame with 100 observations on 7 variables.
# NOT RUN {
data(snorena)
res.comp <- imputeFAMD(snorena, ncp=3)
require(FactoMineR)
res.afdm <- FAMD(snorena, tab.comp = res.comp$tab.disj)
# }
Run the code above in your browser using DataLab