Hi All,
I am working with Proc Logistic and I am using the Stepwise process. SAS gives a detailed output, among which there is a table titled "Analysis of Maximum Likelihood Estimates" which contains all the variables present in the final model as well as the intercept term in the rows and the estimated coefficients, DF, p-values etc. in the columns.
How can I quickly output this information to a SAS dataset? Can anyone tell me which options to invoke in the proc logistic statement or the model statement (or anywhere else)?
Thanks a lot in advance!!