col_summarize {mlsbm}R Documentation

The col_summarize function

Description

Function to quickly return credible intervals

Usage

col_summarize(MAT, dig = 2, level = 0.95)

Arguments

MAT

A matrix

dig

Number of digits to round estimates and CrIs to

level

Confidence level

Value

A character vector of posterior estimates and intervals

Examples

M <- matrix(rnorm(1000),ncol = 4)
col_summarize(M)

[Package mlsbm version 0.99.2 Index]