Skip to content

In a formula, what is the interaction of the intercept and a factor?

1 message · Kenn Konstabel

#
With some guessing: does lm(formula = y ~ -1 + group + x:group, data = dat)
do what you want? I'm not sure now 1:group is treated, if at all.

Kenn
On Tue, May 31, 2011 at 11:35 PM, Kevin Wright <kw.stat at gmail.com> wrote: