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
BGV (Between Group Variance)Dear Statalist, I would like to measure inequity through BGV (Between Group Variance) for non-order…
table and tables builder - mlogitHi y'all. I am running mlogit models using the rrr option. When I use table to run the command (belo…
Event study graph using command eventddHi, I am doing a event study in stata using the eventdd command. Is it possible to move the solid v…
How to transforming data using loopsI have two or three ideas of using loops to achieve data transformation for data manipulation, but I…
Clustered bar graph with multiple categorical variablesHello, I am hoping to create a clustered bar graph to compare satisfaction with information receive…
Subscribe to:
Post Comments (Atom)
0 Response to Outliers in logistic regression
Post a Comment