Hello
I am trying to do a Breusch-Pagan test to test for heteroscedasticity. I have two regression models with different dependent variables but with the same independent variables as follows
Should I do it as follows
Is this right?
or should I make just one test, since both models have the same independent but just different dependent variable as follows
I am confused, which way I should prefer and If the dependent variables play an important role.
Thank you very much for your help.
I am trying to do a Breusch-Pagan test to test for heteroscedasticity. I have two regression models with different dependent variables but with the same independent variables as follows
Code:
regress viol_crime_rate asylum_pop a8_pop lnpop benefit_claimants young_share regress prop_crime_rate asylum_pop a8_pop lnpop benefit_claimants young_share
Code:
regress viol_crime_rate asylum_pop a8_pop lnpop benefit_claimants young_share estat hettest, fstat regress prop_crime_rate asylum_pop a8_pop lnpop benefit_claimants young_share estat hettest, fstat
or should I make just one test, since both models have the same independent but just different dependent variable as follows
Code:
estat hettest asylum_pop a8_pop lnpop benefit_claimants young_share
Thank you very much for your help.
Comment