Multiple regression
Multiple regression
7. Optimization:
Businesses can use the regression model to identify optimal levels for
different factors to achieve the desired outcome. This is particularly
useful in situations where resources are limited and need to be
allocated efficiently.
Example: A marketing department might use multiple
regression to determine the optimal mix of digital ads, TV
commercials, and social media campaigns to maximize
customer acquisition while staying within budget
8. Segmented Analysis:
11. Cost-Effectiveness:
Real-World Example:
Conclusion:
X1 X2 X3 Y
2 3 1 8
4 5 2 10
6 7 3 12
X1
X2
X3
Slope Coefficients: Each independent variable X1X2, and X3 will have a corresponding
slope coefficient (also called a regression coefficient), which indicates the strength and
direction of the relationship between that variable and the dependent variable Y.
EXAMPLE 2:
Given the following dataset:
X1_ X2 X3 Y
8
10
12
We are tasked with finding the regression equation for predicting Y using the independent
variables X1, X2, and X3.
NEXT TOPIC::: Logistic regression for classification tasks