Jack Luo
2013-Jun-06 19:52 UTC
[R] how to fit a glm model with all possible interactions between explanatory variables
Hi, I am trying to find a way to fit a glm model with all the possible interaction terms between different variables, without typing all the X1:X2, X1:X3, in the formula, is there a way in R to do that? Thanks, -Jack [[alternative HTML version deleted]]
David Winsemius
2013-Jun-06 20:01 UTC
[R] how to fit a glm model with all possible interactions between explanatory variables
On Jun 6, 2013, at 12:52 PM, Jack Luo wrote:> Hi, > > I am trying to find a way to fit a glm model with all the possible > interaction terms between different variables, without typing all the > X1:X2, X1:X3, in the formula, is there a way in R to do that?The "*" operator does that: ~ X1 * X2 * X3 -- David Winsemius Alameda, CA, USA
Bert Gunter
2013-Jun-06 20:03 UTC
[R] how to fit a glm model with all possible interactions between explanatory variables
?formula -- Bert On Thu, Jun 6, 2013 at 12:52 PM, Jack Luo <jluo.rhelp at gmail.com> wrote:> Hi, > > I am trying to find a way to fit a glm model with all the possible > interaction terms between different variables, without typing all the > X1:X2, X1:X3, in the formula, is there a way in R to do that? > > Thanks, > > -Jack > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm