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
Managing time factor in repeated-measures ANOVAHello, I'm analysing data from a protocol which in fact works under the same structure as described …
Error when using medsem command in simultaneous group SEM estimationHi all, I am running a between groups SEM with multiple mediators. In one group there is a signific…
How to regress with seasonality dummy variablesExcuse my perhaps dumb question, however I have a dataset consisting of daily crime date and weather…
How to open codebook file (.cdb)?I downloaded a dataset, which includes .cdb file. How to open it? …
Creating table based on one observationI'm messing around with Stat's putpdf feature, trying to generate simple reports. I want to design a…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed effects
Post a Comment