Transcription of Probit regression - Stata
{{id}} {{{paragraph}}}
Probit regressionDescriptionQuick startMenuSyntaxOptionsRemarks and examplesStored resultsMethods and formulasReferencesAlso seeDescriptionprobitfits a Probit model for a binary dependent variable, assuming that the probability of apositive outcome is determined by the standard normal cumulative distribution robust and cluster robust standard errors and adjust results for complex survey startProbit model ofyon continuous variablex1probit y x1 Add square ofx1probit y ## above, but report bootstrap standard errorsprobit y ## , vce(bootstrap)Bootstrap estimates of coefficientsbootstrap _b: Probit y ## for complex survey design usingsvysetdata and addx2svy: Probit y ## x2 MenuStatistics>Binary outcomes> Probit regression12 Probit Probit regressionSyntaxprobitdepvar[indepvars] [if] [in] [weight] [,options]optionsDescriptionModelnoconst antsuppress constant termoffset(varname)includevarnamein model with coefficient constrained to 1asisretain perfect predictor variablesconstraints(constraints)apply specified linear constraintsSE/Robustvce(vcetype)vcetypem ay beoim,opg,robust,clusterclustvar,bootstr ap,orjackknifeReportinglevel(#)set confidence level; default islevel(95)nocnsreportdo not display constraintsdisplay
6probit— Probit regression these variables is included in the regression as a covariate along with the interaction between south and year. This interaction, along with the south and year variables, is specified in the probit command using factor-variables notation, south##c.year. We also have variable union, indicating union membership.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}