inst/roxygen-examples/dot-build_knowledge_from_order-example.R

data(tpc_example)
vnames <- names(tpc_example)

# Create knowledge from a given order
kn_from_order <- .build_knowledge_from_order(
  order = c("child", "youth", "oldage"),
  vnames = vnames
)

kn_from_order

Try the causalDisco package in your browser

Any scripts or data that you put into this service are public.

causalDisco documentation built on April 13, 2026, 5:06 p.m.