Learn R Programming

ASMbook (version 1.0.2)

nimbleSummary: Summarize MCMC Samples in an mcmc.list Object Created by NIMBLE

Description

Summarize MCMC Samples in an mcmc.list Object Created by NIMBLE

Usage

nimbleSummary(samples, params = NULL)

nimble_summary(samples, params = NULL)

Value

A data frame of summary information for each saved parameter

Arguments

samples

An object of class mcmc.list

params

An optional list of the parameter names used to sort the output

Author

Ken Kellner