I am working on a Media Mix Modeling (MMM) project where I have to build linear model for predicting traffic factoring in various spends as input variables. I have got the linear model equation which is:
Traffic = 1918 + 0.08*TV_Spend + 0.01*Print_Spend + 0.05*Display_spend
I want to calculate two things which I don't know how to do:
- How much each variable is contributing in explaining variance of traffic?
- What percentage of total traffic is due to each independent variable?