|
After any estimation command:
outreg [varlist] using filename [,
(Text-related options)
nolabel title(textlist) ctitle(textlist)
nonotes addnote(textlist)
(Coefficient options)
bdec(numlist) bfmt(textlist) coefastr
(Options for t statistics, standard errors, etc.)
{se | pvalue | ci | beta} level(#) tdec(#) noparen
bracket {noaster | 3aster | 10pct} sigsymb(textlist)
(Statistics options)
nocons nonobs noni nor2 adjr2 rdec(#)
addstat("text", # [," text", # ...]) adec(numlist)
eform margin[({u|c|p})] onecol xstats
(Other options)
comma replace append]
outreg is available after any estimation command. A textlist
(my own term) is a list of text separated by commas, i.e.
"text" [, "text" ...]. It is similar to a numlist or a varlist,
but commas are required. Each text element in the list does not need
to be enclosed in quotation marks unless the text contains commas or
parentheses.
没有你说的那个选项啊
|