Re: [R] equivalent of model.tables for an lm.object?

2006-09-27 Thread Chuck Cleland
Henrik Parn wrote: > Dear all, > > I run a linear model with three significant explanatory variabels > x1: a factor with 4 levels > x2 and x3: factors with two levels each > x4: continuous > > model <- lm(y ~ x1 + x2 * x3 + x4) > <> > The data is not perfectly balanced between the different > fa

[R] equivalent of model.tables for an lm.object?

2006-09-27 Thread Henrik Parn
Dear all, I run a linear model with three significant explanatory variabels x1: a factor with 4 levels x2 and x3: factors with two levels each x4: continuous model <- lm(y ~ x1 + x2 * x3 + x4) <> The data is not perfectly balanced between the different factor-combinations and I use treatment con