Please save my sanity.
I'm estimating a Probit model in SAS using proc probit and want to create a new table with the results. I can use the outest option to print out the coefficient estimates but can't add the Chi square estimates and Chi square P-values to this table.
In a normal OLS regression model I'd use the tableout option, but this is not available for the proc probit. For example,
proc reg data = dataname outest = est1 tableout; model ...
I'd appreciate any help greatly!
Any ideas?
I'm estimating a Probit model in SAS using proc probit and want to create a new table with the results. I can use the outest option to print out the coefficient estimates but can't add the Chi square estimates and Chi square P-values to this table.
In a normal OLS regression model I'd use the tableout option, but this is not available for the proc probit. For example,
proc reg data = dataname outest = est1 tableout; model ...
I'd appreciate any help greatly!
Any ideas?