The R Project SVN R

Rev

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

Rev 61150 Rev 61168
Line 29... Line 29...
29
  The relevant marginal table.  The class of \code{x} is copied to the
29
  The relevant marginal table.  The class of \code{x} is copied to the
30
  output table, except in the summation case.
30
  output table, except in the summation case.
31
}
31
}
32
\author{Peter Dalgaard}
32
\author{Peter Dalgaard}
33
\examples{
33
\examples{
34
m <- matrix(1:4,2)
34
m <- matrix(1:4, 2)
35
margin.table(m,1)
35
margin.table(m, 1)
36
margin.table(m,2)
36
margin.table(m, 2)
37
}
37
}
38
\keyword{array}
38
\keyword{array}