The R Project SVN R

Rev

Rev 61160 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61160 Rev 61168
Line 62... Line 62...
62
lm.D9 <- lm(weight ~ group)
62
lm.D9 <- lm(weight ~ group)
63
lm.D9
63
lm.D9
64
summary(lm.D90 <- update(lm.D9, . ~ . - 1))
64
summary(lm.D90 <- update(lm.D9, . ~ . - 1))
65
options(contrasts = c("contr.helmert", "contr.poly"))
65
options(contrasts = c("contr.helmert", "contr.poly"))
66
update(lm.D9)
66
update(lm.D9)
67
getCall(lm.D90)# "through the origin"
67
getCall(lm.D90)  # "through the origin"
68
 
68
 
69
options(oldcon)
69
options(oldcon)
70
}
70
}
71
\keyword{models}
71
\keyword{models}