The R Project SVN R

Rev

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

Rev 88585 Rev 88690
Line 63... Line 63...
63
  Strictly, when \code{onedf = FALSE} the result is not a projection,
63
  Strictly, when \code{onedf = FALSE} the result is not a projection,
64
  but the columns represent sums of projections onto the columns of the
64
  but the columns represent sums of projections onto the columns of the
65
  model matrix corresponding to that term. In this case the matrix does
65
  model matrix corresponding to that term. In this case the matrix does
66
  not depend on the coding used.
66
  not depend on the coding used.
67
}
67
}
68
\references{
-
 
69
  \bibshow{R:Chambers+Freeny+Heiberger:1992}
-
 
70
}
-
 
71
\author{
68
\author{
72
  The design was inspired by the S function of the same name described
69
  The design was inspired by the S function of the same name described
73
  in Chambers \abbr{et al.}\sspace(1992).
70
  in \bibcitet{R:Chambers+Freeny+Heiberger:1992}.
-
 
71
}
-
 
72
\references{
-
 
73
  \bibshow{R:Chambers+Freeny+Heiberger:1992}
74
}
74
}
75
\seealso{\code{\link{aov}}, \code{\link{lm}}, \code{\link{model.tables}}
75
\seealso{\code{\link{aov}}, \code{\link{lm}}, \code{\link{model.tables}}
76
}
76
}
77
\examples{
77
\examples{
78
N <- c(0,1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,1,0,1,1,0,0)
78
N <- c(0,1,0,1,1,1,0,0,0,1,1,0,1,1,0,0,1,0,1,0,1,1,0,0)