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-tp25453138p25453138.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.