Nothing
# ──────────────────────────────────────────────────────────────────────────────
# Helper functions for tests
# ──────────────────────────────────────────────────────────────────────────────
ges_registry <- list(
ges = list(fn = ges, engines = c("tetrad", "pcalg"))
)
ges_args <- function(engine) {
if (engine == "pcalg") {
list(score = "sem_bic", directed_as_undirected_knowledge = TRUE)
} else {
list(score = "sem_bic")
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.