I'm trying to understand the result of the Odds Ratio
library(nnet)
model <- multinom(labs~GENDER+Education+Imp,data=mydata)
GENDER = (Man, Woman)
Education = (Primary, Secondary, University)
Imp = (YES, NO)
I have 300 participants in my study, I clustered them in 3 Clusters
So in...