map {BGGM} | R Documentation |
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
Y <- BGGM::bfi[, 1:5]
# map
map <- map(Y)
map
[Package BGGM version 2.1.3 Index]