Hi all,
I have date of 100 employees per company, for several companies. I would like to perform a GLLAMM regresion where Dependent variable is at company level, independent variables are at employee/individual level, and control variable are at both levels, that is:
- Dependent: Firm innovation level (inn)
- Independent: Employee's productivity (Empprod), Employee creativity (empcrea)
- Controls: Firm financial performance (ROA), firm size (size), Employee tenure (emptenure), employee level of studies (empstud)
All my variables are CONTINOUS, so I performed:
gllamm inn emprod empcrea roa size emptenure empstud, i(company) family(gaussian) link(identity) cluster(company) adapt trace
whereas for adaptative quadrature did converge, not in the case for Newton_Rahpson with the error:
"can't get correct log-likelihood: 138.96404 should be 177.45462
something went wrong in comprob3
r(198);"
Is Gllamm correct for my model, where the dependent variable is at level 2? and furthermore, can someone help me with this error?
thanks so much
Related Posts with GLLAMM error not converge
cmp command for rank-ordered probit modelDear all, I am running a rank-ordered probit model using the cmp command. The dependent variable is…
Interpreting coefficients when there are dummy variables presentHi, I had a question about interpreting coefficients on Stata. I have a continuous variable, call i…
Doubt about absorb() in reghdfeHi everyone! I am currently working with a rather big dataset (135mm observations) and I need to ru…
OLS Regression and Fixed Effects ModelHi everyone, I was just wondering if anyone could explain the difference between using an OLS regre…
Interpret predict probability Please how do you get to interpret the predict probability of an outcome? holding all other variabl…
Subscribe to:
Post Comments (Atom)
0 Response to GLLAMM error not converge
Post a Comment