all_possible: helper for getting all data on variables with N observed

Description Usage Examples

View source: R/helpers.R

Description

helper for getting all data on variables with N observed

Usage

1
all_possible(model, N, vars = NULL, condition = TRUE)

Examples

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")

lilymedina/gbiqqtools documentation built on Nov. 4, 2019, 4:32 p.m.