Dear forum,
I am having trouble with identifying outliers using the post estimation-command in a logit regression.
I'll explain my model briefly:
I am working on my bachelor thesis about how citizens' prior attitudes impact their ability to asses performance information correctly.
I am using logistic regression to estimate the respondents assessment (1 = correct assessment; 0 = wrong assessment). The prior attitude of the respondents are measured with a dummy variable (1 = positive attitude towards public service provision; 0 = negative attitude towards public service provision).
It is a survey-experiment with four different treatments. So the if-command at the end of the logit-command is used to specify which of the four experimental groups the effect is for.
I want to check for influential observations using the dbeta-command.
Here is my Stata-command.
logit correct_assessment public_private if treatment == 1 & group == 1
predict tempdbeta1, dbeta
sort tempdbeta1
list correct_assessment tempdbeta1 if tempdbeta1>0.2 & tempdbeta1 !=.
What happens is that Stata considers every observation in the model influential (with a dbeta-value > 0.2).
I can not figure out why this is happening. I have considered that it might be due to the fact that I am using a dummy as both the dependent and independent variable. Furthermore, I have wondered if it has something to do with my experimental design.
I hope that somebody can help.
All the best,
Mads
Array
Related Posts with Outliers in logistic regression
Help with StrposHi there, In the code below my goal is to convert the local below into a neat list by converting "R…
two-y-axeshello, I try to show my results based on two y-axes but the results are not satisfactory in the grap…
Bayesian multilevel parametric survival modelHi, I'm trying to figure out if a Bayesian multilevel parametric survival model can fit for the foll…
Testing the Equality of the Regression Coefficients After PPMLHDFEI tried to estimate a PPML gravity model of bilateral trade with country-time fixed effects by -ppml…
Creating a rate grouped by another variableHello, I have a large dataset (27 vars, 1,048,575 obs) that contains data on malaria insecticide t…
Subscribe to:
Post Comments (Atom)
0 Response to Outliers in logistic regression
Post a Comment