Dear all,
I have a cross sectional data with a variable showing number of siblings "n_siblings" for each individual. I also have a variable "m_fam" which identifies each family by a unique id number (so some individuals in the data are from the same family). I want to do a family and sibling fixed effects analysis. Please how do i go about this?
Will it be
xtset m_fam
clogit x y, group(m_fam)
or
xtset n_siblings
clogit x y, group(n_siblings)
Related Posts with Fixed effects
Spousal dataHi there, I am working with a database for which there is information on each individual and there i…
Formatting date variable YYYYMMHi, I would appreciate your help with formatting date variables. I use Stata 15. I would like to g…
In the analysis of continuous variables, with cases of zero value, using GLM, what would be the appropriate distribution?Dear Stata users, I am doing a social mobility study in Brazil using the most recent survey of 2014…
Multicollinearity and endogeneity (omitted variable bias)Dear Stata users, I had a doubt while running some regressions on Stata, which is nonetheless theore…
Interpreting Regression ResultsI posted a couple of months ago asking for help in regards to a study on how London Southend Airport…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed effects
Post a Comment