Hello everyone,
I am working with an ordinal dependent variable, which I created a dummy for (1-3=0 and 4-6=1 named h004_bin) so became binary and a binary variable is the independent variable. Now I want to check the zero conditional mean assumption which is the linearity of residuals as I read on here.
my regression looks the following:
covid is the binary dependent variable and the i.XX are my controls
How can I check if my data meets the assumption?
Thank you in advance! I appreciate every help
I am working with an ordinal dependent variable, which I created a dummy for (1-3=0 and 4-6=1 named h004_bin) so became binary and a binary variable is the independent variable. Now I want to check the zero conditional mean assumption which is the linearity of residuals as I read on here.
my regression looks the following:
Code:
xtreg h004_bin covid i.nettocat i.geslacht i.lftdcat i.burgstat i.oplmet i.year, fe robust
How can I check if my data meets the assumption?
Thank you in advance! I appreciate every help

Comment