I have a large cross-sectional dataset. I want to estimate the effect of the main variable "treatment" on the outcome Y.
I am using age, income, credit score as matching variables. But i also want to include the variable "year" and a categorical variable "C" since i think these are very important our my treatment as well as my outcome variable Y.
Is it ok to include a categorical variable and a year variable in psmatch2?
I am using probit y x1, x2, ...., i.year, i.cateogory, vce(...).
I am using age, income, credit score as matching variables. But i also want to include the variable "year" and a categorical variable "C" since i think these are very important our my treatment as well as my outcome variable Y.
Is it ok to include a categorical variable and a year variable in psmatch2?
I am using probit y x1, x2, ...., i.year, i.cateogory, vce(...).
Comment