Hi,
Question: How can I get pseudo R squared and Pvalue for each model when I do a probit regression?
I'm testing some models using the commands:
Which returns the following table:

The problem is that I need it to provide me with a table that has the Pseudo R squared and the P value for each model.
I want a table like this:

Can anyone please help me, I'm kind of desperate..
Thank you,
Manel
Question: How can I get pseudo R squared and Pvalue for each model when I do a probit regression?
I'm testing some models using the commands:
Code:
probit PIP RD IRDS IPP CSM CSL NECD PG SVC margins, dydx(*) outreg2 using "C:\Stata\vmonteiro\models\modelos.doc"
Which returns the following table:
The problem is that I need it to provide me with a table that has the Pseudo R squared and the P value for each model.
I want a table like this:
Can anyone please help me, I'm kind of desperate..
Thank you,
Manel
Comment