Difference between revisions of "Logistic regression"

Jump to navigation Jump to search
Line 1: Line 1:
'''Logistic regression''' is a type of curve fitting. It used for discrete outcome variables, e.g. pass or fail.
'''Logistic regression''' is a type of curve fitting. It used for discrete outcome variables, e.g. pass or fail.


If the dependent variable is categorical (e.g. ''tubular adenoma'', ''hyperplastic polyp''),  ''multinomial logistic regression'' is used.
==Special types of LR==
===Multinomial LR===
If the dependent variable is categorical and the categories are mutually exclusive (e.g. ''benign'', ''suspicious'', ''malignant'', ''insufficient''),  ''multinomial logistic regression'' is used.
 
===Ordered LR===
If the dependent variable is categorical and ordered (e.g. ''Grade 1'', ''Grade 2'', ''Grade 3''), ''ordered logistic regrssion'' is used.<ref>Ordinal Logistic Regression | R Data Analysis Examples. UCLA. URL: [https://stats.idre.ucla.edu/r/dae/ordinal-logistic-regression/ https://stats.idre.ucla.edu/r/dae/ordinal-logistic-regression/]. Accessed on: March 24, 2018</ref>


==GNU/Octave example==
==GNU/Octave example==
Line 74: Line 79:
*[[Mathematics]].
*[[Mathematics]].
*[[Statistics]].
*[[Statistics]].
==References==
{{Reflist|1}}


==External links==
==External links==