All,

I am trying to neatly store and organize regression results in Stata 16.0 version. However, I am using Survey of Consumer Finance data and thus have been using the "scfcombo" package to run my regression commands.

Code:
Code:
*install scfcombo macro in Stata
ssc install scfcombo

*Regression Analysis (scfcombo)

scfcombo TOTAL_FAM_INC NON_AC_BUS [aw=WGT0], command(regress) reps(200) imps(5)
estimates store m1, title(TOTAL_FAM_INC)

So when I try to store the regression results using the "estimates" command, I receive an error saying: "last estimation results not found, nothing to store. " Is it possible to store "scfcombo" regression command results in Stata version 16.0?

Thanks in advance!