I'm in a situation where I'm fitting a GLM to a multivariate data set and presenting the outputs to a client. However (long story ...) I have just found out that the client needs the results to take an additive/multiplicative format. In other words, the model would be structured along the lines (I think) of:
Predicted Value = Base Value * (1 + additive_rel_1 + additive_rel_2 + ...) * multiplicative_rel_1 * multiplicative_rel_2 * ...
("rel": relativity)
If just additive, no problem with GLMs. If multiplicative, no problem with GLMs (using a log link function). With a hybrid of the two, what are my modelling options? Is there some modelling framework I can use to give me what I need?
gnmpackage, see this list. – kjetil b halvorsen Mar 03 '20 at 13:56gnm. Maybe you clarify your post even better by using mathemathical notation? – kjetil b halvorsen Mar 03 '20 at 21:51