Logistic Regression-A Conceptual Framework: Presentation Dr. P.K.Viswanathan Professor (Analytics)
Logistic Regression-A Conceptual Framework: Presentation Dr. P.K.Viswanathan Professor (Analytics)
Presentation
Dr. P.K.Viswanathan
Professor(Analytics)
Logistic Regression-Examples
Probability = Odds/(odds+1)
Odds = Probability/(1-Probability)
Why Odds Anyway?
𝑒𝑍
P=
(1+𝑒 𝑍 )
Z=b0+b1X1+b2X2+...bkXk
X1, X2, . . . , Xk are the predictor variables
𝐿𝑜𝑔𝐿 =∑Ylog(P)+∑(1-Y)Log(1-P)
Walk the Talk
Simmons Catalogue1
1.Adapted from Anderson, Sweeney, and Williams purely for classroom discussion
Simmons Catalogue-Continues
Simmons conducted a study by sending out 100
catalogs, 50 to customers who have a Simmons credit
card and 50 to customers who do not have the card.
At the end of the test period, Simmons noted for each of
the 100 customers:
1) the amount the customer spent last year at Simmons,
2) whether the customer had a Simmons credit card, and
3) whether the customer made a $200 purchase.
The data file that contains the information is in
Logit-Simmons.csv
• Books By Mail company is interested in offering a new title called The Art History of
Florence to 1000, existing customers. Of these, 83 actually purchased the book, a
response rate of 8.3 percent. Hence, the company sent a test mailing to them in
this regard. The company also sent out an identical mailing to another 1000
customers to serve as holdout sample. The scope of the study primarily confined to
predicting whether a customer will buy the new book or not is based on two input
variables namely months since last purchase and number of art books purchased. The
data files of the existing customers and the holdout sample are given in
“PaulBooks1.csv” and “Paulbooks2.csv” respectively.
Any Practical Value for Books By Mail?