Open malmufre opened 3 years ago
Hi Marah — good question. Two diff in diff models, one per federal program. That means you’ll need two separate treatment vectors, one that checks is a census tract used the nmtc and another if it used the lihtc.
The tutorial does not create two separate models but it is expected each student does so.
— Cristian E. Nuno
From: Marah @.> Sent: Sunday, April 11, 2021 4:18:47 PM To: DS4PS/cpp-528-spr-2021 @.> Cc: Subscribed @.***> Subject: [DS4PS/cpp-528-spr-2021] Lab 05 (#43)
Hi Everyone,
I was wondering if I should be including lihtc in the treatment group. For example, so far I have this treat <- as.numeric( d$num.nmtc > 0 ) but I am not sure if I should be choosing one of the programs or both( the Lihtc and the nmtc)
Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DS4PS/cpp-528-spr-2021/issues/43, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFZB2S3LSFHIUIEANUJV643TIIU5PANCNFSM42YFVVYA.
Hi Everyone,
I was wondering if I should be including lihtc in the treatment group. For example, so far I have this
treat <- as.numeric( d$num.nmtc > 0 )
but I am not sure if I should be choosing one of the programs or both( the Lihtc and the nmtc)Thanks!