Jump to content

Logistic Regression

Featured Replies

Can someone please tell me what logistic regression is? I know nothing of regression also (assuming that something like that exists). I read wikipedia, but couldn't understand much. what exactly the following line means:

"Logistic regression is a statistical regression model for binary dependent variables." Secondly,can someone please explaine each and every term of the equation given by wikipedia. Link is given below.

 

http://en.wikipedia.org/wiki/Logistic_regression

 

Thanks in advance

I can't explain the terms for you, but I can tell you a bit about regression.

 

Regression tests are based on correlation. They are a way of testing certain models for predictive power, and as such are more exploratory than some other statistical tests.

 

You take measures of a number of 'predictor' variables (i.e. variables you propose are predictive of another variable; the 'criterion' variable.

 

In linear regression, the criterion variable will be scale data (i.e. at least of ordinal level) where the values fall on a meaninful scale from low to high.

 

In logistic regression, the criterion variable is binary (i.e. dichotomous), for example, male, female, or drink, don't drink.

 

In either case, the regression tests each predictor variable against the criterion variable and will tell you whether the whole model itself is statistically significant, and whether (and to what degree) each individual variable is predictive of the criterion variable.

 

I hope that helps.

A model of the form

 

ln(p/(1-p)) = a +bx +e

 

p = proportion/probability

a = intercept

b = gradient

e = error term

x is the independent variable

 

a and b are fitted to minimise errors

 

The model can be used with more than one variable too

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.