Hi everyone,
I'm using outreg2 to export a summary table, but when I try to use the option ctitle() it uses all the column titles on all the columns and doesn't remove the "VARIABLES" title. I've tried separating with commas, semi-colons, and spaces, as well as not using quotes. Maybe this is an issue because outreg2 was designed for regression ouput?
Thanks!
Code:
outreg2 using StateAverages, replace sum(log) dec(2) label ///
keep(StateAverageHIVpct StateAverageMHpct) eqkeep(mean sd min max) ///
ctitle("", "Mean (%)", "SD", "Min", "Max") ///
title(Availability of Services in SUD Treatment Settings) tex(pretty)

