map {BGGM} | R Documentation |
Maximum A Posteriori Precision Matrix
map(Y)
Y |
Matrix (or data frame) of dimensions n (observations) by p (variables). |
An object of class map
, including the precision matrix,
partial correlation matrix, and regression parameters.
Y <- BGGM::bfi[, 1:5]
# map
map <- map(Y)
map