Hello my dear,
I am not very experienced with stata and statistical modeling in general. I have used a linear probability model for my regression.
regress overweight income `y', cluster(idpers)
I estimate the effect of income on the probability of being overweight using a panel dataset and clustering at the individual level because I use a lot of annual data.
Now I would like to evaluate the estimates and visualize them as well.
Do you have any suggestions or recommendations on how best to do the postestimation?
I am not very experienced with stata and statistical modeling in general. I have used a linear probability model for my regression.
regress overweight income `y', cluster(idpers)
I estimate the effect of income on the probability of being overweight using a panel dataset and clustering at the individual level because I use a lot of annual data.
Now I would like to evaluate the estimates and visualize them as well.
Do you have any suggestions or recommendations on how best to do the postestimation?
Comment