Re: [R] Working with FactoMineR

2021-02-04 Thread Mahmood Naderan-Tahan
OK . Thanks for that. Regards, Mahmood From: Bill Dunlap Sent: Thursday, February 4, 2021 7:06:21 PM To: Mahmood Naderan-Tahan Cc: r-help@r-project.org Subject: Re: [R] Working with FactoMineR This will happen if you select no points when it asks you to '

Re: [R] Working with FactoMineR

2021-02-04 Thread Bill Dunlap
This will happen if you select no points when it asks you to 'click on the graph' (to select the level at which to cut the tree). On Windows you can select no points by right clicking and selecting 'Stop' from the menu that pops up. RStudio may have a different way to select no points. -Bill On

Re: [R] Working with FactoMineR

2021-02-04 Thread Andrés Aragón
Hi, Could you send a sample of your data frame? Andrés > El 4 feb 2021, a las 7:07, Mahmood Naderan-Tahan > escribió: > > Hi, > > I tried to run the HCPC example [1] in the online R [2], but got an error: > > > > library(FactoMineR) > data(tea) > res.mca = MCA(tea, ncp=20, quanti.sup=19

[R] Working with FactoMineR

2021-02-04 Thread Mahmood Naderan-Tahan
Hi, I tried to run the HCPC example [1] in the online R [2], but got an error: library(FactoMineR) data(tea) res.mca = MCA(tea, ncp=20, quanti.sup=19, quali.sup=c(20:36), graph=FALSE) res.hcpc = HCPC(res.mca) Result: [1] "Click on the graph to cut the tree" Error in while (coupe$y < min(t$t