There's nothing wrong with trying not just one model, but many models as that can help you get a better understanding of what is happening in your data.
Just wondering if you know how age is affecting your data? If I didn't know, one thing I'd try is stratify by age. So make 4 groups of age (if you have enough observations, else you can make just 2 or 3 age groups), and think of each group as its own study. So you'd run your model 4 times, getting beta each time. Then take a look at what's happening to your betas, to see how age affects your data.
By stratifying, you avoid using age as an IV; although I'm not sure why you wouldn't want to use age as an IV?
You can do this without transforming the age variable. I don't think I've ever log-transformed the age variable....I guess you could say though that making age groups is a kind of transformation. Anyway, like I said at the start, you can try an age transformation too and run your models again, as this might help you to understand your data. I'd do no transformation first, for sure.




Reply With Quote

