Learn R Programming

BGGM (version 2.0.3)

map: Maximum A Posteriori Precision Matrix

Description

Maximum A Posteriori Precision Matrix

Usage

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

Run this code
# NOT RUN {
Y <- BGGM::bfi[, 1:5]

# map
map <- map(Y)
map
# }

Run the code above in your browser using DataLab