I have a probably quite simple question which I do not know how to implement on Stata.
The background is that I estimate xtprobit separately for the employment probabilities of migrants from different areas of origin (7 categories). To simplify the model for discussion, let's say I control for education level which ranges from low, middle to high, gender and age. For example, for migrants from origin 2:
xtprobit i.employment i.edu i.female age if area_origin==2, i(id)
margins, predict(pu0) at (age=28 edu=1)
And so on for each area of origin.
I want to compare the marginal probabilities for migrants from each area of origin, at each education level and of each gender to one specific threshold, that is, the probability of migrants from EU (area_origin==1) with low education level (edu==1) by running a statistical test to see whether their employment probabilities will be significantly higher than the threshold.
But I have difficulty in how to implement this in practice, as these probabilities come not only from different regressions, I am specifically compare to one group with a specific characteristic (low education level).
Could anyone help in sharing your insights on this? Many, many thanks indeed for your generous help!
Related Posts with Statistical test for comparing marginal probabilities for 2 sub-groups from different regressions
Median Follow-up timeHello, could somebody give me an advice on how to calculate median follow-up time? Thank you very mu…
How can i save the output of pwcorr and correlate into dta?Thanks a lot!I want to compute the correlation of x between different stocks in each half year. There are 20+ hal…
Need help with formatting in asdocI am having an issue with formatting the values in the table while using asdoc and tabstat. for exam…
Nearest matching (without replacements)Hi everyone, I have the following dataset for which I need to do a 1-by-1 match of companies (wo re…
Reporting observations and adj R^2 at the end of the table using outreg2Hi, I am using outreg2 to get the regression output. But outreg2 report results the following way. …
Subscribe to:
Post Comments (Atom)
0 Response to Statistical test for comparing marginal probabilities for 2 sub-groups from different regressions
Post a Comment