1. Marketing Spend vs. Sales Correlation
Marketing AnalystBackground
The analyst needs to determine if increased social media ad spend correlates with higher monthly sales revenue.
Problem
Visualizing the relationship between two continuous variables to identify trends.
How to use
Input the monthly spend and revenue data as x,y pairs and enable the regression line feature.
showRegression: true, xAxisLabel: 'Ad Spend ($)', yAxisLabel: 'Revenue ($)'Outcome
A clear scatter plot showing the data distribution with a linear regression line indicating the strength of the correlation.