options Description
---------------------------------------------------------------------------------------------
Model
noconstant suppress constant term
hascons has user-supplied constant
tsscons compute total sum of squares with constant; seldom used
SE/Robust
vce(vcetype) vcetype may be ols, robust, cluster clustvar, bootstrap, jackknife,
hc2, or hc3
Reporting
level(#) set confidence level; default is level(95)
beta report standardized beta coefficients
eform(string) report exponentiated coefficients and label as string
depname(varname) substitute dependent variable name; programmer's option
display_options control column formats, row spacing, line width, display of omitted
variables and base and empty cells, and factor-variable labeling
noheader suppress output header
notable suppress coefficient table
plus make table extendable
mse1 force mean squared error to 1
coeflegend display legend instead of statistics
---------------------------------------------------------------------------------------------
indepvars may contain factor variables; see fvvarlist.
depvar and indepvars may contain time-series operators; see tsvarlist.
bootstrap, by, fp, jackknife, mfp, mi estimate, nestreg, rolling, statsby, stepwise, and svy
are allowed; see prefix.
vce(bootstrap) and vce(jackknife) are not allowed with the mi estimate prefix.
Weights are not allowed with the bootstrap prefix.
aweights are not allowed with the jackknife prefix.
hascons, tsscons, vce(), beta, noheader, notable, plus, depname(), mse1, and weights are not
allowed with the svy prefix.
aweights, fweights, iweights, and pweights are allowed; see weight.
noheader, notable, plus, mse1, and coeflegend do not appear in the dialog box.
See [R] regress postestimation for features available after estimation.