Erik, thanks a lot for your time and patience, I tried what you said with centering around the overall mean but unfortunately it doesn't work
Sorry to ask, but when you say the following, is there any specific implication for the model that I am testing ? Does this small variance hamper either the choice of using a multilevel approach or the goodness of the results ?
Code:
. mixed helpfulness i.l_gender##c.mean_appereance i.l_specialty || lawyer_id: mean_appereance, cov(un) Performing EM optimization: Performing gradient-based optimization: Iteration 0: log likelihood = -27301.857 Iteration 1: log likelihood = -27195.667 Iteration 2: log likelihood = -27195.563 Iteration 3: log likelihood = -27195.537 Iteration 4: log likelihood = -27195.531 Iteration 5: log likelihood = -27195.529 Iteration 6: log likelihood = -27195.529 Iteration 7: log likelihood = -27195.529 Hessian is not negative semidefinite r(430);
- You have a tiny amount of variation in helpfulness between lawyers - they aren't that different from each other. This is reflected in the small variance estimate for lawyer _id of .02.
Comment