19 September 2020 4 6K Report

For example, I have a 2-level factor variable (diagnose) in interaction with a 6-level factor variable (layer). Intercept by default is the first level of all. In my case intercept is control group, layer 1 (out of 6). Dependent variable is continuous (density).

Does the interaction also compare everything to the reference category (intercept)? SO for example does my significant interaction between diagnose and Layer2 mean, that the two diagnostic groups DIFFER DIFFERENTLY compared to Layer 1?

Or am I overcompliacting it?

I also have a bit of trouble interpreting the effect of covariants on the dependent variable. I mean the coefficients listed in the first column of the output. If someone could give me an example on how to interpret these, I would be veery grateful.

(I work in R, with nlme package, lme function. A model for example:

lme(density ~ diag*Layer+gender+age+pmi, random = ~1|ID, data=sumd)

Thank you in advance!

More Teadora Tyler's questions See All
Similar questions and discussions