hel with factorial analysis with mixed data
andreiabb wrote:
the message that I am getting is
Error in AFDM (all_data_sub.AFDM, type=c(rep("s",1), rep("n",1), rep("n",
:
unused arguments (s) (type=c("s", "n","n"))
Can someone help me?
If you are in hel[l] then it is entirely your own fault. The error message is clear and would have become even more clear had you bothered to read/check the help file for AFDM for yourself. There is no argument "type= " to AFDM. ## ?AFDM I hope this will lighten your way. Mark.
andreiabb wrote:
Dear forum
I am trying to use the package FactoMineR, since I have 2 class variables
and 1 continuous variable I am trying to use AFDM, factorial analysis of
mixed data.
I have 3 variables, 2 qualitative and one quantitative:
the code I am using is
all_data_sub.AFM<-all_data_sub [, c=("V4","comb","V2")]
res<-AFDM(all_data_AFDM,type=c(rep("s",1), rep("n",1), rep("n",1)), ncp=5,
sup.var=3:3, graph=FALSE)
the message that I am getting is
Error in AFDM (all_data_sub.AFDM, type=c(rep("s",1), rep("n",1), rep("n",
:
unused arguments (s) (type=c("s", "n","n"))
Can someone help me?
thanks
View this message in context: http://www.nabble.com/hel-with-factorial-analysis-with-mixed-data-tp25453138p25453922.html Sent from the R help mailing list archive at Nabble.com.