confint.ggm_inference {GGMnonreg}R Documentation

Extract Confidence Intervals from ggm_inference Objects

Description

Extract Confidence Intervals from ggm_inference Objects

Usage

## S3 method for class 'ggm_inference'
confint(object, ...)

Arguments

object

An object of class ggm_inference.

...

Currently ignored.

Value

A matrix including bootstrap confidence intervals.

Examples


#  data
Y <- ptsd

# eip
fit <- ggm_inference(Y, method = "spearman",
boot = TRUE, B = 100)

# cis
confint(fit)



[Package GGMnonreg version 1.0.0 Index]