Hi Statalisters,
I have a question about interpreting post-estimation tests in Stata. Suppose I estimate a Probit regression to predict whether someone passes a test as a function of their sex (sex = {1,2}) and their level of education (educ={1,2,3}):
probit pass i.sex##i.educ
I then wish to test whether the predicted probability of passing the test is the same between sexes within each education group:
margins r.sex , at(educ=(1(1)3)) asobserved
The output in Stata includes a chi2 statistic and a p-value. My understanding is that this is asking Stata to test a linear restriction of model parameters, which can be done with, e.g., Wald or LR tests, both of which have associated test statistics that are chi-square distributed under the null of equality of the parameters. Which test is Stata doing here to generate the p-value? Or perhaps I am misinterpreting the output somehow? Any thoughts would be very helpful.
Thank you in advance!
- Roamie
Related Posts with Interpretation of probit post-estimation test
Simple loop questionDear Listers, I would like to ask you a very simple question regarding loop. I want to make a vari…
Extracting a specific part of a string if the string contains an exact syntaxOK, so I'm not explaining this very well but here is what I want to do. I have data as shown below. …
Proportional odd assumption for ordered logit regression in panel dataRespected sir, I am using xtologit command for ordered logit regression for panel data. My dependent…
a new variable based on two existing variablesHi, I'm using SHARE dataset where there is a dummy variable for people having played chess/cards in…
How to solve autocorrelation and hetero ?I using xtserial and xttest3 What should I do to deal with autocorrelation and hetero ? My data have…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of probit post-estimation test
Post a Comment