The R Project SVN R

Rev

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

Rev 15168 Rev 29688
Line 21... Line 21...
21
  The relevant marginal table.  The class of \code{x} is copied to the
21
  The relevant marginal table.  The class of \code{x} is copied to the
22
  output table, except in the summation case.
22
  output table, except in the summation case.
23
}
23
}
24
\author{Peter Dalgaard}
24
\author{Peter Dalgaard}
25
\examples{
25
\examples{
26
m<-matrix(1:4,2)
26
m <- matrix(1:4,2)
27
margin.table(m,1)
27
margin.table(m,1)
28
margin.table(m,2)
28
margin.table(m,2)
29
}
29
}
30
\keyword{array}
30
\keyword{array}