Hi everyone, first time poster here and I hope that you can help me with a very simple multilevel model as follow:
Level 2 IV: lawyer (lawyer gender, lawyer specialty)
Level 1 IV: multiple customer reviews for each lawyer (lawyer empathy assessed at the review level)
Cross level interaction: gender X empathy
Level 1 DV: lawyer helpfulness assessed at the review level
This is the code I thought I would be using:
Additionally, is
correct in the model if I assume that gender does not vary, but empathy does (in each single review of the lawyer) ?
Thanks in advance for any help !
Level 2 IV: lawyer (lawyer gender, lawyer specialty)
Level 1 IV: multiple customer reviews for each lawyer (lawyer empathy assessed at the review level)
Cross level interaction: gender X empathy
Level 1 DV: lawyer helpfulness assessed at the review level
This is the code I thought I would be using:
Code:
mixed helpfulness i.l_gender##c.r_empathy i.specialty || lawyer_id: r_empathy, vce(cluster lawyer_id)
Code:
|| lawyer_id: r_empathy
Thanks in advance for any help !
Comment