The R Project SVN R

Rev

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

Rev 60280 Rev 61168
Line 42... Line 42...
42
  Chambers, J. M. and Hastie, T. J. (1992)
42
  Chambers, J. M. and Hastie, T. J. (1992)
43
  \emph{Statistical Models in S}.
43
  \emph{Statistical Models in S}.
44
  Wadsworth & Brooks/Cole.
44
  Wadsworth & Brooks/Cole.
45
}
45
}
46
\examples{
46
\examples{
47
x <- 1:5; coef(lm(c(1:3,7,6) ~ x))
47
x <- 1:5; coef(lm(c(1:3, 7, 6) ~ x))
48
}
48
}
49
\keyword{regression}
49
\keyword{regression}
50
\keyword{models}
50
\keyword{models}