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?
Changing the level of significance in CorrelationDear all, I would like to get an excel output related to correlation analysis. I ran the following c…
Problem with panel data - data that is on different columns to be on the same row to stop duplications.Dear all, I am attempting to manipulate the panel data as time series data using the command: ‘tsse…
Partial dependence plotsHello, I'd like to ask if partial dependence plots are available in stata and how to get it? https:/…
Exporting tabulation from stata to excel including a column with and another without value labelsHi All, I'd like to export a simple descriptive frequency table from stata to excel. My variable is…
Generating random numbers without seedHi, I have an Excel template file that I want to fill with data generated by Stata 16. As I want to…
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