Usage
car(
name,
data,
adjacency,
dir = tempdir(),
seed = NULL,
perc_ci = 0.95,
iterations = 6000,
show_plots = TRUE,
verbose = TRUE,
ignore_checks = FALSE,
method = c("binomial", "poisson"),
impute_bounds = NULL,
inits = NULL,
priors = NULL
)rcar(
name,
data,
adjacency,
dir = tempdir(),
seed = NULL,
perc_ci = 0.95,
A = NULL,
m0 = NULL,
iterations = 6000,
show_plots = TRUE,
verbose = TRUE,
ignore_checks = FALSE,
method = c("binomial", "poisson"),
impute_bounds = NULL,
inits = NULL,
priors = NULL
)
mcar(
name,
data,
adjacency,
dir = tempdir(),
seed = NULL,
perc_ci = 0.95,
iterations = 6000,
show_plots = TRUE,
verbose = TRUE,
ignore_checks = FALSE,
method = c("binomial", "poisson"),
impute_bounds = NULL,
inits = NULL,
priors = NULL
)
mstcar(
name,
data,
adjacency,
dir = tempdir(),
seed = NULL,
perc_ci = 0.95,
iterations = 6000,
show_plots = TRUE,
verbose = TRUE,
ignore_checks = FALSE,
method = c("binomial", "poisson"),
impute_bounds = NULL,
inits = NULL,
priors = NULL,
update_rho = FALSE
)