The R Project SVN R

Rev

Rev 87049 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87049 Rev 88548
Line 40... Line 40...
40
}
40
}
41
\source{
41
\source{
42
  Imperial College, London, M.Sc. exercise sheet.
42
  Imperial College, London, M.Sc. exercise sheet.
43
}
43
}
44
\references{
44
\references{
45
  Venables, W. N. and Ripley, B. D. (2002)
45
  \bibshow{R:Venables+Ripley:2002}
46
  \emph{Modern Applied Statistics with S.} Fourth edition.  Springer.
-
 
47
}
46
}
48
% This gets different roundings
47
% This gets different roundings
49
\examples{\donttest{
48
\examples{\donttest{
50
options(contrasts = c("contr.sum", "contr.poly"))
49
options(contrasts = c("contr.sum", "contr.poly"))
51
npk.aov <- aov(yield ~ block + N*P*K, npk)
50
npk.aov <- aov(yield ~ block + N*P*K, npk)