Hi all,
I've had a look at the manual and I can't seem to find what I need...
I'm looking to cluster by mpid (mothers id) as my population of interest is children, and that's the closest thing I have to household. However, I do not want to exclude households who only live with their father - as mpid would be missing. Ideally I need a model that will cluster by mpid and if not then fpid (fathers id).
Something like:
I've had a look at the manual and I can't seem to find what I need...
I'm looking to cluster by mpid (mothers id) as my population of interest is children, and that's the closest thing I have to household. However, I do not want to exclude households who only live with their father - as mpid would be missing. Ideally I need a model that will cluster by mpid and if not then fpid (fathers id).
Something like:
Code:
xtreg selfesteem ypsex dvage divorcemo emotabusemo physpunishtmo mwbmo, re, vce(cluster mpid [missing] fpid)
Comment