?formula
-- Bert
On Thu, 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?
>
> Thanks,
>
>
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
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]]
___
3 matches
Mail list logo