User Tools

Site Tools


logistic_regression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
logistic_regression [2019/09/18 07:57] – [e.g. 1] hkimscillogistic_regression [2023/12/04 17:17] hkimscil
Line 6: Line 6:
 Logistic Regression Tutorial Logistic Regression Tutorial
  
-$$ y = b_{0} + b_{1}x $$ +\begin{align} 
-$$ p = \frac{1} {1 + e^{-y}} $$ +y = b_{0} + b_{1}x \\ 
-$$ ln(\frac{p}{1-p}) = b_{0} + b_{1}x $$ +p = \frac{1} {1 + e^{-y}} \\ 
 +ln(\frac{p}{1-p}) = b_{0} + b_{1}x \\ 
 +\end{align}
 </WRAP> </WRAP>
 <WRAP half column> <WRAP half column>
Line 16: Line 17:
 {{youtube>xxFYro8QuXA}} Logistic Regression Details Pt 3: R-squared and p-value {{youtube>xxFYro8QuXA}} Logistic Regression Details Pt 3: R-squared and p-value
 </WRAP> </WRAP>
 +
 +
 +
  
 ====== e.g. 1 ====== ====== e.g. 1 ======
logistic_regression.txt · Last modified: 2023/12/14 07:55 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki