Hello, for teffects psmatch (or psmatch2, if easier), is it possible to use have Stata save the main coefficients and p-values so that I can use regsave? I tried post: with no success.
Would be something like:
Edit: I see in the teffects psmatch helpfile that r(table) is saved as a matrix containing coefficients and p-values, perhaps easiest to call that? Not sure how to in regsave, though, as I think regsave may only be able to collect e().
Would be something like:
Code:
teffects psmatch, post: (y) (x1 x2) regsave using 'example', pval detail(all)
Comment