summarize_bm_results: Organize Stan output and provide summaries of model...

View source: R/summarize_bm_results.R

summarize_bm_resultsR Documentation

Organize Stan output and provide summaries of model parameters

Description

This is a function to organize Stan output and provide summaries of key model parameters

Usage

summarize_bm_results(input, include_samples = TRUE, HPDI = 0.9)

Arguments

input

A STRAND model object, obtained by fitting a stochastic block model.

include_samples

An indicator for the user to specify whether raw samples, or only the summary statistics should be returned. Samples can take up a lot of space.

HPDI

Highest Posterior Density Interval. Ranges in (0,1).

Value

A STRAND results object including summary table, a summary list, and samples.

Examples

## Not run: 
res = summarize_bm_results(input=fit)

## End(Not run)


ctross/STRAND documentation built on Nov. 14, 2024, 11:50 p.m.