inst/examples/ex-cdt.R

## 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)
tesselle/dimensio documentation built on Feb. 2, 2025, 8:14 a.m.