Hello is there a way to group different regression using esttab and not exporting to latex. I would like to export my table to .rtf and group the columns but it is not working. I am using the following code but it only place the group over the first column.

Code:
esttab g* using "$data/table7_1_homeowner.rtf", replace main(p50 %12.0fc) label  ///
mgroups("Single Homeowner" "Married Homeowner", pattern(1 0 0 0 0 0 1 0 0 0 0 0)) ///
coeflabel(1 "White" 2 "Black" 3 "Native American" /// 
4 "Asian" 5 "Other" 6 "Hispanic") order(1 2 6 4 3 5) noobs nostar not