Hi all,
I have date of 100 employees per company, for several companies. I would like to perform a Multilevel 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:
xtmixed inn emprod empcrea roa size emptenure empstud, mle
My questions are:
- Why the programm did not work if I set the syntax || company ? Am I okey using this methodology for this data or should I use another?
- How can I obtain post stimation such as R-Squared or sd for both levels ?
I would be very thanks if someone could she light on my problem
Related Posts with Multilevel regresion code doubt
Remove blank lines from string colvectorIf I have a string colvector in Mata, how can I create a new string colvector that removes rows with…
How can I correctly remove the missing values within group in Stata?I have a small data set laid out in longitudinal format, * Example generated by -dataex-. clear inpu…
Combining two time variables (Year & Period of year (month)) into one time variable which could be used as tsset for graphsHello Stata community; I have this dataset: Code: * Example generated by -dataex-. To install: ssc…
Panel specific ar vs common arHello everyone, what are the tests/ criteria that specify which type of options should I choose when…
Double selection lassoDear statalist, I have attempted a logit regression and now I need to attempt a double selection la…
Subscribe to:
Post Comments (Atom)
0 Response to Multilevel regresion code doubt
Post a Comment