Transcription of Title stata.com regress — Linear regression
{{id}} {{{paragraph}}}
Linear regressionSyntaxMenuDescriptionOptionsRe marks and examplesStored resultsMethods and formulasAcknowledgmentsReferencesAlso seeSyntaxregressdepvar[indepvars] [if] [in] [weight] [,options]optionsDescriptionModelnoconst antsuppress constant termhasconshas user-supplied constanttssconscompute total sum of squares with constant; seldom usedSE/Robustvce(vcetype)vcetypemay beols,robust,clusterclustvar,bootstrap,j ackknife,hc2, orhc3 Reportinglevel(#)set confidence level; default islevel(95)betareport standardized beta coefficientseform(string)report exponentiated coefficients and label asstringdepname(varname)substitute dependent variable name; programmer s optiondisplayoptionscontrol column formats, row spacing, line width, display of omittedvariables
from asymptotic theory (ols), that are robust to some kinds of misspecification (robust), that allow for intragroup correlation (cluster clustvar), and that use bootstrap or jackknife methods (bootstrap, jackknife); see[R] vce option. vce(ols), the default, uses the standard variance estimator for ordinary least-squares regression.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}