| Line 34... |
Line 34... |
| 34 |
variables, or a character vector giving the names of the variables
|
34 |
variables, or a character vector giving the names of the variables
|
| 35 |
to be used for the columns of the flat contingency table.}
|
35 |
to be used for the columns of the flat contingency table.}
|
| 36 |
\item{perm}{a permutation of \code{1:nvar} defining the permutation of
|
36 |
\item{perm}{a permutation of \code{1:nvar} defining the permutation of
|
| 37 |
the result which is \code{\link{aperm}(*, perm)}.}
|
37 |
the result which is \code{\link{aperm}(*, perm)}.}
|
| 38 |
\item{named.dim}{a \code{\link{logical}} indicating if \code{as.table(x)}
|
38 |
\item{named.dim}{a \code{\link{logical}} indicating if \code{as.table(x)}
|
| 39 |
should return a result with \emph{named} \code{\link{dim}(<result>)};
|
39 |
should return a result with \emph{named} \code{\link{dim}(\var{result})};
|
| 40 |
while this was happening in \R versions up to \code{4.5.z} this seems
|
40 |
while this was happening in \R versions up to 4.5.z this seems
|
| 41 |
superfluous as the \code{\link{dimnames}(*)} are already named, as for
|
41 |
superfluous as the \code{\link{dimnames}(*)} are already named, as for
|
| 42 |
most \code{\link{table}}s.}
|
42 |
most \code{\link{table}}s.}
|
| 43 |
}
|
43 |
}
|
| 44 |
\value{
|
44 |
\value{
|
| 45 |
\code{ftable} returns an object of class \code{"ftable"}, which is a
|
45 |
\code{ftable} returns an object of class \code{"ftable"}, which is a
|