Hello,
I run two regressions for the same sample when the only difference is that there I include one more variable in the second.
Regression 1 : y =beta0 + beta1 X1 + u
Regression 2 . y=beta0 + beta1 X1 + beta2 X2 + u
I want to know if there is a significant difference between the beta1 of the regression 1 and the beta1 of the regression 2.
I use the chi-square test providing by the "test" command : (the variable of interest is a binary variable "fa_ppr_man_2"
probit ppr_man_2 fa_ppr_man_2 `Socio_Eco' `Attitudes' `Parents_Socio_Eco'
est sto f0
probit ppr_man_2 fa_ppr_man_2 `Socio_Eco' `Attitudes' `Parents_Socio_Eco' mo_ppr_man_2
est sto f1
suest f0 f1, cluster(hhnrakt)
test [f0_ppr_man_2]fa_ppr_man_2=[f1_ppr_man_2]fa_ppr_man_2
It is the good thing to do? Or there is another way to test the hypothesis of equality of coefficients stemming from a probit regression?
Thank you very much
Related Posts with What is the best test to compare regression coefficients when we use a probit model?
Maximum size to import xlsx files into StataDear Forum Members, I wish to import a Excel file (around 100 mb). But Stata replied "The maximum …
How to run the seemingly unrelated regression? and how to compare the coefficients?Hello, suppose I have two regression using panel data random effect and cluster the error term Model…
Insufficient observations errorHello! I am trying to use ARIMA models with 616 observations. However, the output kept indicating t…
Lagged variable that covers a range of time?Hello: I am a new user and I am wondering if there a way in Stata to create a lagged variable that …
create new categorical variable with different cutoffs depedent on condition (sex)Dear forum, I have a dataset of 407 participants, i am trying to categorise them by their hip to wa…
Subscribe to:
Post Comments (Atom)
0 Response to What is the best test to compare regression coefficients when we use a probit model?
Post a Comment