Dear all,
I am very new to R Studio and I have a very basic question.
How do I report the results of a comparison between two conditions?
For example, here is the result of a lmer analysis:
Linear Hypotheses:
Estimate Std. Error z value Pr(>|z|)
cond1 - cond2 == 0 0.05329 0.07280 0.732 1.000
cond1 - cond3 == 0 1.32765 0.07280 18.236 <2e-16 ***
What does "estimate" mean? How do -i report it?
Thank you all!