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
IV Regression With Interaction Terms and 2+ InstrumentsDear all, Greetings to all contributors from someone new to the forum and a user of Stata 15.1/SE. …
new variable from mi imputeDear all, I'm struggling to generate a new variable after a Multiple Imputation. I'm new in MI, but…
Meta-analysis subgroup difference testingHi, I need some advice please. I am conducting a meta-analysis. I have subgroups (male/female, whit…
Set a number of variables equal to 0 if a condition is verifiedHi I have a dataset with 48,000 observations (individuals) and about 150 variables. I know the age …
ppmlhdfe standard errors Newey westHello Statalist users, I have a question regarding the ppmlhdfe command. More precisely, I have a (…
Subscribe to:
Post Comments (Atom)
0 Response to Help estimating 3d panel data
Post a Comment