map | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.