Site icon Stata.Professor : Your Partner in Research

Reply To: How to report t-values in asdoc nested table

I think you are referring to nested tables of asdoc. You can use the option rep(t) to report t-values instead of standard errors. See this example:
sysuse auto
asdoc reg mpg rep78 headroom trunk, nest rep(t) replace
asdoc reg mpg rep78 headroom trunk, nest rep(t)
Exit mobile version