Description Usage Arguments Value Examples
Extract Confidence Intervals from ggm_inference Objects
1 2  | 
object | 
 An object of class   | 
... | 
 Currently ignored.  | 
A matrix including bootstrap confidence intervals.
1 2 3 4 5 6 7 8 9  | #  data
Y <- ptsd
# eip
fit <- ggm_inference(Y, method = "spearman",
boot = TRUE, B = 100)
# cis
confint(fit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.