Hi all,
I am looking to present the variable Wald statistics in the output regression table of my logistic model, can anybody tell me how to do this?
I understand that the Wald statistic can be found using the command test, however I would like this to be automatically presented in my regression output table.
I have the following code-
asdoc logit days15 logEBITDA logFCF logST_AND_LT_DEBT logTOT_ASSETS logREVENUE PROF_MARGIN RETURN_ON_ASSET RETURN_ON_INV_CAPITAL CUR_RATIO CASH_RATIO TOT_DEBT_TO_TOT_EQY, save(Model1.doc) replace
estat ic
please let me know if you need more information.
Thanks,
Kayleigh
I am looking to present the variable Wald statistics in the output regression table of my logistic model, can anybody tell me how to do this?
I understand that the Wald statistic can be found using the command test, however I would like this to be automatically presented in my regression output table.
I have the following code-
asdoc logit days15 logEBITDA logFCF logST_AND_LT_DEBT logTOT_ASSETS logREVENUE PROF_MARGIN RETURN_ON_ASSET RETURN_ON_INV_CAPITAL CUR_RATIO CASH_RATIO TOT_DEBT_TO_TOT_EQY, save(Model1.doc) replace
estat ic
please let me know if you need more information.
Thanks,
Kayleigh
Comment