Hi everyone, first post so pardon me if I'm making a rookie mistake.
I want to compare the difference in children's education based on whether they are adopted or not. My dataset from PSID has adoptive and birth families.
I use psmatch2 to match adoptive families (treated) to birth families (control) based on parent characteristics. Thus, the matching should be done at the family-level. (This is my code, if relevant: psmatch2 adopted old_mother old_father father_rich mother_zerochildren, outcome(child_collegedummy) neighbor(1) common ate ties)
However, my data is at the child-level (1 obs per child), hence each familyID can take up several observations, depending on how many children there are per family.
Is there a way to specify in psmatch2 to match at the family-level? I thought of restructuring my dataset to become 1 obs per family but it'll lead to some complications.
Would really appreciate if anyone could advise. Many thanks!
Related Posts with How to specify family-level option for psmatch2 (my data is at the child-level)
Calculating Systematic Coronary Risk Evaluation in stataHello, I am calculating the Systematic Coronary Risk Evaluation in Stata, described in this article…
Error using readreplace in Stata17 versionHi All, I'm now using the command: readreplace in Stata 17 version. I got the following error, pleas…
Calculating Systematic Coronary Risk Evaluation in stataHello, I am calculating the Systematic Coronary Risk Evaluation in Stata, described in this article…
Foreach code is not limiting to varlistHello, I am sorry if this is something simple I am missing, and thank you in advance for your thoug…
Multi-Wave Regression QuestionHi everyone! I want to ask a question about modeling a multi-wave data structure. Suppose that you …
Subscribe to:
Post Comments (Atom)
0 Response to How to specify family-level option for psmatch2 (my data is at the child-level)
Post a Comment