burt {dimensio} | R Documentation |
Burt Table
Description
Computes the burt table of a factor table.
Usage
burt(object, ...)
## S4 method for signature 'data.frame'
burt(object, exclude = NULL, abbrev = TRUE)
Arguments
object |
A |
... |
Currently not used. |
exclude |
A |
abbrev |
A |
Value
A symetric matrix
.
Author(s)
N. Frerebeau
See Also
Other tools:
cdt()
Examples
## Create a factor table
x <- data.frame(
A = c("a", "b", "a"),
B = c("x", "y", "z")
)
## Complete disjunctive table
cdt(x)
## Burt table
burt(x)
[Package dimensio version 0.8.1 Index]