Dear all,
1. I am examining if people can recognize six emotional robot gestures (anger, happiness, surprise, fear, sadness and disgust). Participants saw a video and had to indicate which emotion they saw. They could choose between the six emotions (multiple choice). Moreover, the emotional gestures were accompanied by social context or not.
I used a binary logistic regression analysis, executed via SPSS:
Independent variable (predictor) 1: Emotion Type (6 levels; anger, happiness, surprise, fear, sadness and disgust).
Independent variable (predictor) 2: Gesture Type (2 levels; gestures with social context and gestures alone).
Dependent variable (outcome): correct or incorrect recognition of the emotion (1 = correct, 0 = incorrect).
I used anger as the reference category. 0 = anger, 1 = happiness, 2= surprise, 3 = fear, 4 = disgust, 5 = sadness. I used gestures alone as the reference category (0) and 1 = gestures with social context (condition_num(1)) (see first image).
The predicted probability is for membership of correct.
If I am correct: the likelihood that participants could correctly recognize the emotional robot gestures in the happiness (β = -2.385, p = .003) and surprise (β = -3.792, p < .001) condition compared to anger decreased.
However, I also want to know if the likelihood decreased for happiness compared to the other emotions. How do I do this? Do I have to run the regression one more time with happiness this time as reference category?
I know I can calculate, for example, the logit of happiness via B for happiness + constant (-2.385+2.641 = 0.256) (see https://it.unt.edu/interpreting-glm-coefficients ), but I do not know if I can use these logits for answering my question stated above.
2. My second question refers to another regression result. I received a significant model, but the predictor variables were insignificant (see secondand third image). I already tested multicollinearity (via dummies) and this is not the case. The same Emotion Types are used with the same reference level as in 1. I think the reason for this result is that almost all emotions received a 100% recognition rate (see fourth image). How can I interpret these results? I think, I cannot make any statistical conclusions with regard to the difference in emotion recognition. I cannot say: there is a difference in emotion recognition. However, I am not sure what to do because the model is significant. I have read on the internet that this (model significant and predictors not) does not happen that often.
I hope someone has some tips for me. Thank you in advance.