Hello everyone,

so I run a pwcorr with about ten variables, in the next step I'm using esttab to get a table with significance stars.
Yet, the esttab command only returns the first variable instead of all of them. What am I doing wrong?
Code provided below.

pwcorr [variables]
esttab ., not unstack star (+ 0.1 * 0.05 ** 0.01 *** 0.001) compress

Any help is appreciated.