Skip to content

Commit

Permalink
Add MCA example without quantitative supplementary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Apr 23, 2019
1 parent e98f457 commit 4f95d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ library(explor)

data(hobbies)
mca <- MCA(hobbies[1:1000,c(1:8,21:23)],quali.sup = 9:10, quanti.sup = 11, ind.sup = 1:100, graph = FALSE)
#mca <- MCA(hobbies[1:1000,c(1:8,21:22)],quali.sup = 9:10, ind.sup = 1:100, graph = FALSE)
detach(package:explor, unload=TRUE); library(explor)
explor(mca)

Expand Down

0 comments on commit 4f95d1c

Please sign in to comment.