Dear statalist,
I want to see the region specific effects of my model. The fixed effect model for trying to explain total out-of-pocket health care expenditures would look something like this:
xtreg OOP_total hhsize north_nw central volga north_caucasian ural west_sibera east_siberia perc_65thhm perc_5ythhm year1998 year2009 year2015 secondquintile thirdquintile fourthquintile fifthquintile, fe
or with all covariates
xtreg OOP_total age Gender employed married i.educ_level smokes alcohol hhsize north_nw central volga north_caucasian ural west_sibera east_siberia perc_65thhm perc_5ythhm year1998 year2009 year2015 secondquintile thirdquintile fourthquintile fifthquintile, fe
I know that some of these variables should not be in a fixed effects model. I saw this post by Mr Schechter:
A bit of background on my data set. I have household level data. This means the household head is interviewed, most socio-demographics are obtained from an individual questionnaire. I merged these data sets. So I have household level data (which consists of just 1 household member being interviewed socio-demographics) and want to know if I can use a multilevel model. I am not sure whether my data is nested on household level since it's only 1 household member. Also, i'm new to mixed level regressions and don't quiet understand how to set it up (household id is id_h and for region it's region).
Many thanks!
I want to see the region specific effects of my model. The fixed effect model for trying to explain total out-of-pocket health care expenditures would look something like this:
xtreg OOP_total hhsize north_nw central volga north_caucasian ural west_sibera east_siberia perc_65thhm perc_5ythhm year1998 year2009 year2015 secondquintile thirdquintile fourthquintile fifthquintile, fe
or with all covariates
xtreg OOP_total age Gender employed married i.educ_level smokes alcohol hhsize north_nw central volga north_caucasian ural west_sibera east_siberia perc_65thhm perc_5ythhm year1998 year2009 year2015 secondquintile thirdquintile fourthquintile fifthquintile, fe
I know that some of these variables should not be in a fixed effects model. I saw this post by Mr Schechter:
Originally posted by Clyde Schechter
View Post
Many thanks!
Comment