Тёмный

Heteroscedasticity Tests in Stata 

SebastianWaiEcon
Подписаться 15 тыс.
Просмотров 102 тыс.
50% 1

Overview of how to implement the White and Breusch-Pagan tests for heteroscedasticity in Stata.

Опубликовано:

 

27 фев 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@G7LF1
@G7LF1 3 года назад
Great video Sebastian! Explained in detail and easy to understand. Might i also add the estat hettest command, as a way to reject or not, the constant variance null hypothesis.
@Dr_Shiny
@Dr_Shiny 5 лет назад
Fantastic Video on "Heteroscedasticity". Thank you Sir.
@atoafful4965
@atoafful4965 4 года назад
Best video so far! Simple and concise!
@nh6402
@nh6402 3 года назад
Thank you bro. You made this so easy. God bless
@debanjanabiswas111
@debanjanabiswas111 2 года назад
Please put the link of the previous video which you recommended in the description box.
@ayoubbouziti530
@ayoubbouziti530 5 лет назад
thank you so much my friend
@rifatraby1621
@rifatraby1621 5 лет назад
could you please do the gold-field quandt test aslo
@salemgheit2293
@salemgheit2293 7 лет назад
Many thanks for this video. I'm just wondering, can we just use the command ( hettest) after the original regression ( without typing "robust" at the end of it) to figure out the presence of heteroskedasticity?
@sebastianwaiecon
@sebastianwaiecon 7 лет назад
I'm not personally familiar with that command.
@Yunghamz
@Yunghamz 6 лет назад
I think that uses the chi squared statistic where as the one in the video uses the F statistic.
@dcedervall
@dcedervall 3 года назад
Thanks for the video! I have a question. Will using the robust regression (rreg) account for robust standard errors?
@sebastianwaiecon
@sebastianwaiecon 3 года назад
See my video on robust standard errors.
@joshuabloodworth133
@joshuabloodworth133 3 года назад
Hi, thank you for this helpful video! When I followed the first two test, the p-value for my f statistic was significant for heteroskedasticity (P= 0.0591; P=0.0024). However, when I ran the 3rd test in the video, my p values were no longer significant (p=0.2514). Not sure what this means. Should I follow you're correction to the heteroskedasticity video anyway or is there something more fundamentally wrong with my model?
@sebastianwaiecon
@sebastianwaiecon 3 года назад
I am surprised your fully specified White test would have such a high p-value compared to the others. It's possible you made a mistake with the test, but I'm not sure. There could be other problems with your model, but these tests don't provide any information on that. In practice, most economists just use White's robust standard errors on all regressions.
@takshingwong2985
@takshingwong2985 Год назад
I have a question when I’m doing my white test I got a result of 193 degrees of freedom that’s exactly the same as the dataset. Is there a way to fix it?
@adetpulvera8273
@adetpulvera8273 2 года назад
Hello kind sir. What browser should I search to make a stata?
@sharanbindroo8694
@sharanbindroo8694 3 года назад
Great Video. Can you please share the data-set used?
@sebastianwaiecon
@sebastianwaiecon 3 года назад
It is WAGE1.dta, which comes with the Wooldridge econometrics textbook. You can find it online fairly easily.
@JJ-hq1eu
@JJ-hq1eu 2 года назад
thank you so much!
@sebasluna6278
@sebasluna6278 2 года назад
How can I run a heteroscedasticity test for a VAR model?
@kefyalewtadesse2780
@kefyalewtadesse2780 5 лет назад
if my panel data fails to pass the normality,homoskedasticity and serial correlation tests,then what shall I do to correct it?
@sebastianwaiecon
@sebastianwaiecon 5 лет назад
You need to use heteroscedasticity robust standard errors (I have a video on this) and should consider first-differences (shown in my fixed effects video).
@ianyohane8182
@ianyohane8182 4 года назад
many thanks
@shot040
@shot040 6 лет назад
Why do you regress log variable instead of just the normal form of it?
@sebastianwaiecon
@sebastianwaiecon 6 лет назад
This gives us a nonlinear interpretation, such that we're looking at proportional changes, rather than level changes. It's doesn't really have anything to do with heteroscedasticity.
@ulugbekkodirov1788
@ulugbekkodirov1788 3 года назад
What if there are more than two variables for example 5? How to use 2nd method of White'stest which is original way of solving?
@sebastianwaiecon
@sebastianwaiecon 3 года назад
You need to add terms for all combinations of variables. For example, if you had three variables: a, b, and c, then you need: a^2, b^2, c^2, ab, ac, and bc.
@ulugbekkodirov1788
@ulugbekkodirov1788 3 года назад
@@sebastianwaiecon Thank you so much. I got it. Could you please send me your gmail or email address which you use frequently? I have got many questions to ask you about Stata. I really need help. Thanks in advance
@jesstresajoseph5536
@jesstresajoseph5536 2 месяца назад
When will we conclude there is heteroscedaticity? When p is above or below what value?
@lionelmeshi7321
@lionelmeshi7321 2 месяца назад
if p is less than 0.05 then heteroskedasticity else homoskedasticity
@chokh8850
@chokh8850 4 года назад
thx bud
@rifatraby1621
@rifatraby1621 5 лет назад
please do park test using stata
@sebastianwaiecon
@sebastianwaiecon 5 лет назад
While I have no immediate plans to expand this series, I'll consider that. Thanks for the suggestion.
@salemgheit2293
@salemgheit2293 7 лет назад
After regressing e2 on yhat and yhat2 , I obtained this F(2, 1327) = 0.43 Prob>F = 0.6534 Does this mean that I don't have a heteroskedasticity problem in my model?
@sebastianwaiecon
@sebastianwaiecon 7 лет назад
I would still try the B-P test, but yes, it looks like you don't have to worry about heteroscedasticity here.
@ahlemouhibi3582
@ahlemouhibi3582 5 лет назад
when i use BP test of heteroskedasticity and i find that p-value =0.000 so there is not a heteroskedasticity so we don't need to do the white test?? that's it?
@sebastianwaiecon
@sebastianwaiecon 5 лет назад
It's the other way around. Low p-value is evidence that there is heteroscedasticity. At this point, you could also do the White test if you wanted.
@ahlemouhibi3582
@ahlemouhibi3582 5 лет назад
@@sebastianwaiecon when i use Breusch Pagan i get p-value =0.000 than when i use white test i get p-value =0.0002 what should i do??
@ahlemouhibi3582
@ahlemouhibi3582 5 лет назад
????!!???
@sebastianwaiecon
@sebastianwaiecon 5 лет назад
This shows you have heteroscedasticity and need to use robust standard errors.
@ahlemouhibi3582
@ahlemouhibi3582 4 года назад
@@sebastianwaiecon how?? can u help me
@Mqxwell
@Mqxwell 3 года назад
I just wish there was a way to do the real white test easily...I have 6 predictors and generating 21 new variables sounds like a pain in the ass
@sebastianwaiecon
@sebastianwaiecon 3 года назад
You might want to look into custom packages for the White test, in that case.
@Mqxwell
@Mqxwell 3 года назад
@@sebastianwaiecon I think I'm just gonna stick to Breusch-Pagan and check a plot of my residuals! I tried a few custom packages, but they were wack. Thanks tho
@Dr_Shiny
@Dr_Shiny 5 лет назад
Sir, I need a suggestion. My 1st White's test -----------------------> Prob > F = 0.0704 , F(7, 648) = 1.88) 2nd White's test ------------------------------> Prob > F = 0.1626 , F(2, 653) = 1.82 Should I accept that there is "Heteroscedasticity" ??? or not? Please guide me.
@sebastianwaiecon
@sebastianwaiecon 5 лет назад
What do you mean by first and second White test?
@tiastez
@tiastez 2 года назад
heteroskediddly
Далее
Heteroscedasticity-Robust Standard Errors in Stata
9:49
Все сезоны бравл пассов…!!!😨
00:59
Wald tests in Stata
8:14
Просмотров 909
Executing the Breusch-Pagan Test in Stata
4:21
Просмотров 149 тыс.
F Tests in Stata
9:38
Просмотров 163 тыс.
Computing Multicollinearity Diagnostics in Stata
8:08
Просмотров 157 тыс.
What Is A P-Value? - Clearly Explained
7:41
Просмотров 651 тыс.
Choosing a Statistical Test for Your IB Biology IA
9:58
Stata Tutorial: White Test for Heteroskedasticity
12:16