map: Maximum A Posteriori Precision Matrix

Description Usage Arguments Value Examples

View source: R/map.R

Description

Maximum A Posteriori Precision Matrix

Usage

1
map(Y)

Arguments

Y

Matrix (or data frame) of dimensions n (observations) by p (variables).

Value

An object of class map, including the precision matrix, partial correlation matrix, and regression parameters.

Examples

1
2
3
4
5
Y <- BGGM::bfi[, 1:5]

# map
map <- map(Y)
map

BGGM documentation built on Aug. 20, 2021, 5:08 p.m.