Suppose you want to do a linear regression: y = x1 + ... + x6, and you think there is interactions among the predictors. You can do an exhaustive trial-and-error test for interactions, but that would be multi-testing and thus not a good idea, right?
What would be the right procedure to find and use such interactions?
Thank you!
Thanks so much, Steven! Very helpful! I will do some study for Bayesian GLM.