Displaying 1 result from an estimated 1 matches for "jja1".
Did you mean:
jja
2004 Aug 23
1
Two factor ANOVA with lm()
...year = 2002,
title = {An Introduction to Generalized Linear Models},
edition = {2.},
publisher = {Chapman \& Hall/CRC},
address = {Boca Raton, Florida, 33431}
}
page 101. To reproduce the estimates c(6.7,0.75,1.75,-1.0,0.4,1.5)
given on page 103 in a two factor ANOVA entering
> jja1 <- lm(Observations~LevelA*LevelB,data=jjd)
> summary(jja1)
I get
Call:
lm(formula = Observations ~ LevelA * LevelB, data = jjd)
Residuals:
Min 1Q Median 3Q Max
-6.500e-01 -2.000e-01 -3.469e-17 2.000e-01 6.500e-01
Coefficients:
Estimat...