I conducted a mixed linear logit model
with the glmer
function. Now I have the results and have no clue how to interpret them.
Fixed effects:
Estimate
(Intercept) 5.5433
Condition -0.8081
Probability -4.8688
Condition:Probability 0.4881
Condition contains the two values -1 and 1. Probability contains all values between 0 and 1.
How can I interpret these values? How can I get the logits
into a probability?
For example: Condition is -1 and Probability is 1. What is the main effect for condition as a probability?
Can anyone help me?