The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 29... Line 29...
29
\references{
29
\references{
30
  Patefield, W. M. (1981)
30
  Patefield, W. M. (1981)
31
  Algorithm AS159.  An efficient method of generating r x c tables
31
  Algorithm AS159.  An efficient method of generating r x c tables
32
  with given row and column totals.
32
  with given row and column totals.
33
  \emph{Applied Statistics} \bold{30}, 91--97.
33
  \emph{Applied Statistics} \bold{30}, 91--97.
34
} 
34
}
35
\examples{
35
\examples{
36
## Fisher's Tea Drinker data.
36
## Fisher's Tea Drinker data.
37
TeaTasting <-
37
TeaTasting <-
38
matrix(c(3, 1, 1, 3),
38
matrix(c(3, 1, 1, 3),
39
       nrow = 2,
39
       nrow = 2,