Business Analytics with R (29 Blogs) Become a Certified Professional

Understanding Logistic Regression in R

Last updated on Oct 22,2020 3.4K Views


Logistic Regression

Logistic Regression gives the probability associated with each category or each individual outcome.  The probability function is joined with the linear equation using probability distribution. In Logistic Regression we use binomial distribution where we work on two category problems.

Example of Logistic Regression.

Example 1 – Suppose we are interested in the factors that influence whether a political candidate wins an election or not. The outcome (response) variable is binary (0/1); win or lose.  The predictor variables of interest are the amount of money spent on the campaign, the amount of time spent campaigning negatively and whether or not the candidate is an incumbent. These are the explanatory or independent variable.

Example 2 – A researcher is interested in how variables, such as GRE (Graduate Record Exam scores), GPA (grade point average) and prestige of the undergraduate institution, affect admission into graduate school. The response variable, admit/don’t admit, is a binary variable.

Here logistic regression always applies in a situation where we want to find out the probability associated with any two outcomes.

Logit Regression – Logit is a function through which the binary distribution is associated with the linear equation.

In statistics, logistic regression or logit regression is a type of regression analysis used for predicting the outcome of a categorical dependent variable. The probabilities describing the possible outcomes of a single trial are modeled, as a function of the explanatory (predictor) variable, using a logistic function. Frequently (and subsequently in this article) “logistic regression” is used to refer specifically to the problem in which the dependent variable is binary – that is, the number of available categories is two.

Question : In a scenario when the dependent variable is category variable, then can we use linear regression?

The answer is no since the probability value may go beyond 0 or 1 which is not possible.

The explanation of logistic regression is supported with the formula below.

Here β0 = A & β1 = B associated with y = a+bx. In case of logistic regression, π(x) is a probability of x and the probability always comes through the exponential function of a+bx. The denominator is always greater than numerator that is why it gives probability range of 0 to 1.

Log Function - Logistic Regression in R - EdurekaHere  β0 = A & β1= B . In logistic regression, ln = log function.

Got a question for us?? Mention them in the comments section and we will get back to you. 

Related Posts:

Business Analytics with R Training

Introduction to Business Analytics with R

Comments
1 Comment
  • Vishal.Karhade says:

    What maths behind of calculating b0 and b1 in logistics regression.
    thanks

Join the discussion

Browse Categories

webinar REGISTER FOR FREE WEBINAR
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP

Subscribe to our Newsletter, and get personalized recommendations.

image not found!
image not found!

Understanding Logistic Regression in R

edureka.co