How can I create regression output table in STATA 14? I am using
but stata is saying: command etable is unrecognized.
I am using this command
Code:
etable
I am using this command
Code:
etable, estimates(model1) showstars showstarsnote title("Table 1. Relationship between v1 and v2") export(mydoc.docx, replace)
Comment