DBMS4
DBMS4
Database Marketing
Instructor:Nanda Kumar
Multiple Regression
Y = b0 + b1 X1 + b2 X2 + …+ bn Xn
New Issues:
– Each Xi must represent something unique
– Variable selection
Multiple Regression
Example 1:
– Spending = a + b income + c age
Example 2:
– weight = a + b height + c sex + d age
Real Estate Example
proc reg;
model price = section lotsize
bed bath age other;
run;
Interpreting the Regression Output
Secondary
Behavior
Data
Segment 2 Discriminant
Factor /Logit
Analysis Cluster Analysis
Analysis
Distinguishing
Targeting Characteristics
Web Browsing
Identified two groups of consumers
– One that visits your website frequently
– One that doesn’t
Can the differences in behavior be related
to socio-demographic variables?
Can we use these discriminators to classify
prospects into one of these two groups?
Catalog Business
Identified two consumer segments
– One which buys a lot
– Other which does not buy as much
Can we find variables that help discriminate the
behavior of these two groups?
Can we use these discriminators to classify other
consumers into one of these two groups?
Promotional Campaigns
Identify groups based on their response to
promotional campaigns
– One group purchases a lot on promotion
– Other does not
Identify characteristics that distinguish these two
groups
Can we use these discriminators to identify price
sensitive prospects from the not so price sensitive
ones?
Segmentation Analysis
General Problem
– Identified segments in the population based on
behavior
0.25
0.2
0.15
ROI
ROI
0.1
0.05
0
0 0.05 0.1 0.15 0.2 0.25 0.3
GE/A
Bad Stocks
Bad Stocks
0.15
0.1
0.05
ROI
0 ROI
-0.1 -0.05 0 0.05 0.1
-0.05
-0.1
-0.15
GE/A
All Stocks
All Stocks
0.3
0.25
0.2
0.15
0.1
ROI
0.05
0
-0.1 0 0.1 0.2 0.3
-0.05
-0.1
-0.15 GE/A
Identifying the Best Discriminators
X1
X2
Discriminant Analysis
Identify a set of variables that best
discriminate between the two groups
Does so by choosing a new line that
maximizes the similarity between members
of the same group and minimizing the
similarity between members belonging to
different groups
Discriminant Function
Z = w1 GEA + w2 ROI
Cut-off
Value
R2 R1 Z
Classification Function Approach
Target Appropriately
Catalog Business
Classify other consumers into one of these
two groups
Do stuff!
Promotional Campaigns
Classify Prospects into price sensitive and
not so price sensitive segments
Target appropriately
Summary
Discriminant Analysis
Extremely Useful Segmentation Analysis
tool
Intermediate step in the overall picture –
helps classify prospects and devise the
appropriate targeting strategies