Transcription of clogit — Conditional (fixed-effects) logistic regression
{{id}} {{{paragraph}}}
Conditional (fixed-effects) logistic regressionDescriptionQuick startMenuSyntaxOptionsRemarks and examplesStored resultsMethods and formulasReferencesAlso seeDescriptionclogitfits a Conditional logistic regression model for matched case control data, also known asa fixed-effects logit model for panel compute robust and cluster robust standarderrors and adjust results for complex survey [R]asclogitif you want to fit McFadden s choice model (McFadden 1974).Quick startConditional logistic regression model ofyonxwith matched case control pairs data identified byidvarclogit y x, group(idvar)Fixed-effects logistic regression model with panels identified byidvarclogit y x, group(idvar)Add categorical variableaand report results as odds ratiosclogit y x , orAs above, but using sampling probability weightwvarclogit y x [pweight = wvar], orMenuStatistics>Categorical outcomes> Conditional logistic regression12 clogit Conditional (fixed-effects) logistic regressionSyntaxclogitdepvar[indepvars] [if] [in] [w]
Biostatisticians and epidemiologists call these models conditional logistic regression for matched case–control groups (see, for example,Hosmer, Lemeshow, and Sturdivant[2013, chap. 7]) and fit them when analyzing matched case–control studies with 1:1 matching, 1:k
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}