I know that for log-lin models the interpretation for the coefficiente is this one, that is: Coefficientsâ‹…100 have a semi-elasticity interpretation: for a 1 unit change in x, you get b*100% change in y.
The questions is: Could it also be interpreted as a % Contribution of variable x over y? For example,
t: 1,2.
Xt = TV Grps aired during period t.
Yt = \$ sales for a product during t.
x1 = 50; x2 = 20; y1 = 100; y2 = 70... Model => ln(yt) = a + b * xt + error
So, being b = 0.001 for t = 1--> 50 * 0.0001 *100 = 5% and for t = 2--> 20 * 0.0001 *100 = 2%
Makes sense to say that television contribution to \$ sales in the first period was 5% while in the next was 2%?