cdt | R Documentation |
Computes the complete disjunctive table of a factor table.
cdt(object, ...)
## S4 method for signature 'matrix'
cdt(object, exclude = NULL, abbrev = TRUE)
## S4 method for signature 'data.frame'
cdt(object, exclude = NULL, abbrev = TRUE)
object |
A |
... |
Currently not used. |
exclude |
A |
abbrev |
A |
A data.frame
.
N. Frerebeau
Other tools:
burt()
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.