Hello,

I am trying to output spearman correlation matrix into rtf or excel using estpost but I am getting invalid subcommand error. Here is my command:

estpost spearman varlists, matrix stats(rho p) star(.05)
est store cl
esttab * using corrtable.rtf, b(%6.3f) label alignment(l) unstack not noobs compress replace



Any help is highly appreciated,

Amir