Learn R Programming

BGGM (version 1.0.0)

map: Maximum A Posteriori Precision Matrix

Description

Maximum A Posteriori Precision Matrix

Usage

map(Y)

Arguments

Y

data matrix (n by p)

Value

object of class map

Examples

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

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

Run the code above in your browser using DataLab