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:56] hkimscillogistic_regression [2023/11/30 08:00] – [Logistic Regression] 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 134: Line 135:
 </code> </code>
  
-{{tag> statistics r "logit statistics" "multiple regression"}}+{{tag> statistics r "logistic regression" "logit analysis" "multiple regression"}}
  
logistic_regression.txt · Last modified: 2023/12/14 07:55 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki