The R Project SVN R

Rev

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

Rev 68948 Rev 88585
Line 47... Line 47...
47
  and the remaining rows are unlabelled.  Note that in rank-deficient
47
  and the remaining rows are unlabelled.  Note that in rank-deficient
48
  models the corresponding coefficients will be in a different
48
  models the corresponding coefficients will be in a different
49
  order if pivoting occurred.
49
  order if pivoting occurred.
50
}
50
}
51
\references{
51
\references{
52
  Chambers, J. M. and Hastie, T. J. (1992)
52
  \bibshow{R:Chambers+Hastie:1992}
53
  \emph{Statistical Models in S.}
-
 
54
  Wadsworth & Brooks/Cole.
-
 
55
}
53
}
56
\seealso{\code{\link{coef}}}
54
\seealso{\code{\link{coef}}}
57
\examples{
55
\examples{
58
y <- c(1:3, 7, 5)
56
y <- c(1:3, 7, 5)
59
x <- c(1:3, 6:7)
57
x <- c(1:3, 6:7)