how to make tables out for Spearman correlation table? [duplicate]

风格不统一 提交于 2019-12-06 11:12:40

I was able to reproduce your error and ran a trace on it. I believe this is a bug at line 946 of estout.ado, perhaps caused by the fact that a very long variable list with RTF tags exceeds the size of the local macro created at that line.

You should send a bug report to Ben Jann (email at the end of help estout). In the meantime, you can try saving to DOC and TXT, both of them might work (you have over 30 variables, I tested both .txt and .doc successfully with something like 20 variables).

Alternately, try the mkcorr command (ssc install mkcorr) to see if it works with your data.

Kugell

I just had the same problem after I tried a lot of different esttab outputs and had stored a lot in estimates.

So, maybe estimates clear helps if you type it before running your command. At least for me it worked.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!