Dear Sir or Madam,
I am trying to detect influencial cases using the "cook" approach with regress. It works fine when I look for influencial cases that have a negative impact on the coefficient, but I am finding it hard when it comes to detecting the ones that have a positive impact:
Here is the code I am running:
regress Y a b c f e i.YEAR if (ID!=24344)
list ID e cook if cook>4/74
dfbeta
sort _dfbeta_2
list ID _dfbeta_2 in -4/1
The message that appears is "observation numbers out of range"
Could somebody help me?
Thank you.
Best,
Joao
Related Posts with Problem in detecting influencial cases using cook
Bayesian analysis question with StataHello, I am new to Stata and I am trying to run a Bayesian analysis. I have a model using Jags in R…
Geonear commandFirst off, it is not possible to use dataex to describe my current dataset since there is a data per…
ranksum "no observation"Hi everybody, I have an issue with Stata. I am new on Stata. I want to perform Mann-Withney betwe…
Quantile regression coefficient valueHi all, I have run quantile regression model for my analysis (My dependent variable is z score ) an…
Bar graph - restricting the Y axisI created the below marginsplot graphs and restricted the Y axis so that the variation between the g…
Subscribe to:
Post Comments (Atom)
0 Response to Problem in detecting influencial cases using cook
Post a Comment