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 34... Line 34...
34
  vector, otherwise it is a list with a component for each terms,
34
  vector, otherwise it is a list with a component for each terms,
35
  as a vector, matrix or array as required.
35
  as a vector, matrix or array as required.
36
 
36
 
37
  A test for balance is \code{!is.list(replications(formula,data))}.
37
  A test for balance is \code{!is.list(replications(formula,data))}.
38
}
38
}
39
\references{
-
 
40
  \bibshow{R:Chambers+Freeny+Heiberger:1992}
-
 
41
}
-
 
42
\author{
39
\author{
43
  The design was inspired by the S function of the same name described
40
  The design was inspired by the S function of the same name described
44
  in Chambers \abbr{et al.}\sspace(1992).
41
  in \bibcitet{R:Chambers+Freeny+Heiberger:1992}.
-
 
42
}
-
 
43
\references{
-
 
44
  \bibshow{R:Chambers+Freeny+Heiberger:1992}
45
}
45
}
46
 
-
 
47
\seealso{\code{\link{model.tables}}}
46
\seealso{\code{\link{model.tables}}}
48
 
47
 
49
\examples{
48
\examples{
50
## From Venables and Ripley (2002) p.165.
49
## From Venables and Ripley (2002) p.165.
51
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)
50
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)