View source: R/boostrap-stability.R
bootstrap_stability | R Documentation |
Bootstrap stability for TRAMICP
bootstrap_stability(
object,
B = 100,
size = NULL,
verbose = FALSE,
return_all = FALSE
)
object |
Object of class |
B |
Numeric; number of bootstrap iterations |
size |
Numeric; size of bootstrap samples |
verbose |
Logical; print a progress bar (default: |
return_all |
Logical; return all |
Table of output sets of candidate causal predictors
set.seed(12)
d <- dgp_dicp(n = 1e3, mod = "binary")
res <- glmICP(Y ~ X1 + X2 + X3, data = d, env = ~ E,
family = "binomial", test = "cor.test")
bootstrap_stability(res, B = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.