hi,
im trying to export summary statistics from stata to latex using however, i recieve an error code
my code:
eststo clear
eststo: tabstat Wave2 Wave4 Wave10, s( mean) by(SEX)
esttab using file.tex, replace cells("mean(fmt(%9.2f)")
last estimation results not found, nothing to store
r(301);
any help would be appreciated
im trying to export summary statistics from stata to latex using however, i recieve an error code
my code:
eststo clear
eststo: tabstat Wave2 Wave4 Wave10, s( mean) by(SEX)
esttab using file.tex, replace cells("mean(fmt(%9.2f)")
last estimation results not found, nothing to store
r(301);
any help would be appreciated
Comment