helper for getting all data on variables with N observed
1 | all_possible(model, N, vars = NULL, condition = TRUE)
|
1 2 3 | model <- make_model("X->M->Y")
gbiqq:::all_possible(model, N=2, vars = c("X", "M"))
gbiqq:::all_possible(model, N=2, vars = c("X", "Y"), condition = "Y==0")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.