confint.ggm_inference: Extract Confidence Intervals from 'ggm_inference' Objects

Description Usage Arguments Value Examples

View source: R/cis.R

Description

Extract Confidence Intervals from ggm_inference Objects

Usage

1
2
## 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

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)

GGMnonreg documentation built on April 8, 2021, 5:06 p.m.