I am considering the following log log model :
$$ log(y_t) = log(\beta_0) + \sum_{i=1}^{K}\beta_ilog(x_{i,t}) + \sum_{j=K+1}^{L}\beta_jx_{j,t} + log(\epsilon_t) $$
to explain the sales of a company given several factors. After estimation of the model, I would like to "decompose" the dependent variable (the sales) by computing the contribution of each explanatory variable. Ideally, what I have in mind would be a percentage contribution, the sum of which would be 1, but I don't know how to go about it since I have some variables in log and others not, I don't even know if it's possible. So I would like to have your help on this please.
Thanks a lot!