Content deleted Content added
m Task 18 (cosmetic): eval 4 templates: del empty params (4×); |
|||
Line 1:
'''Conditional logistic regression''' is an extension of [[logistic regression]] that allows one to take into account [[stratification (clinical trials)|stratification]] and [[Matching (statistics)|matching]]. Its main field of application is [[observational studies]] and in particular [[epidemiology]]. It was devised in 1978 by [[Norman Breslow]], [[Nick Day|Nicholas Day]], K. T. Halvorsen, [[Ross L. Prentice]] and C. Sabai.<ref name="pmid727199">{{cite journal|vauthors=Breslow NE, Day NE, Halvorsen KT, Prentice RL, Sabai C| title=Estimation of multiple relative risk functions in matched case-control studies. | journal=Am J Epidemiol | year= 1978 | volume= 108 | issue= 4 | pages= 299–307 | pmid=727199 | doi= 10.1093/oxfordjournals.aje.a112623
==Motivation==
Line 30:
==Implementation==
Conditional logistic regression is available in R as the function <code>clogit</code> in the <code>survival</code> package. It is in the <code>survival</code> package because the log likelihood of a conditional logistic model is the same as the log likelihood of a Cox model with a particular data structure.<ref>{{cite web |url=https://stat.ethz.ch/R-manual/R-devel/library/survival/html/clogit.html |title=R documentation Conditional logistic regression |last1=Lumley |first1=Thomas
==Related tests==
|