The R Project SVN R

Rev

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

Rev 88603 Rev 89605
Line 28... Line 28...
28
 
28
 
29
  The regression \code{lm(Employed ~ .)} is known to be highly
29
  The regression \code{lm(Employed ~ .)} is known to be highly
30
  collinear.
30
  collinear.
31
}
31
}
32
\source{
32
\source{
33
  \bibcitet{R:Longley:1967}.
33
  \bibshow{R:Longley:1967}
34
}
34
}
35
\references{
35
\references{
36
  \bibshow{*, R:Becker+Chambers+Wilks:1988}
36
  \bibshow{R:Becker+Chambers+Wilks:1988}
37
}
37
}
38
\examples{
38
\examples{
39
require(stats); require(graphics)
39
require(stats); require(graphics)
40
## give the data set in the form it was used in S-PLUS:
40
## give the data set in the form it was used in S-PLUS:
41
longley.x <- data.matrix(longley[, 1:6])
41
longley.x <- data.matrix(longley[, 1:6])