Hello, I'm working with this dataset
Array
and I want to run a fixed effects regression, so I type the following comands
egen educ_exper=group(educ exper)
sort educ_exper year
xtset educ_exper year
xtreg logmeanwages share i.year, fe
but I get the following output
Array
And I trully don't know what's going on and why I don't get any value. I tried this method before with another dataset and it worked, so I don't know what happened.
Thanks.
Related Posts with Help estimating 3d panel data
egen and mean help neededDear all, I am dealing with a micro data where I have around 100000 observations from 81 cities abou…
Check whether -moremata- is installedWhen writing .do-files which make use of user written commands, first I check whether these programs…
Reshape error: variable id does not uniquely identify the observationsDear All, I am trying to use the reshape command on the data attached, but I keep receiving this er…
IV first stage regressionHi, I was asked to do the first stage (only) in IV regression and then get a table about it. Here ar…
replace the value of variableHi, I am new to Stata. In my case, I have a variable equal to 1, 2,3,4,5 and my task is to make the …
Subscribe to:
Post Comments (Atom)
0 Response to Help estimating 3d panel data
Post a Comment