## 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.