By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Multiple Linear Regression (MLR) is a statistical method used to model the relationship between a dependent variable (target) and one or more independent variables (predictors). It's essential in business analytics for tasks like forecasting sales, segmenting customers, detecting fraud, and understanding the impact of multiple factors on a business outcome. For instance, a retail company might use MLR to analyze the relationship between sales, advertising spend, and weather to predict future sales.
LinearRegression
lm()
summary()
LINEST()
RSQ()
A company wants to predict sales based on advertising spend and weather. Given the following data:
What does an R² of 0.85 mean?
Answer: The model explains 85% of the variance in sales.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.