Let's say I have two models:
lifeexpF~group + log(ppgdp) + group:log(ppgdp)
lifeexpF~log(ppgdp) + group:log(ppgdp)
group is a factor
I understand that the first model is the general model, and it gives a different slope and intercept for each group. For the second model, I think the slopes are all different, but the intercepts are the same; however, I'm not quite sure as I am very new to regression and R.