summary.ICCier: Summary method for ICCier objects.

Description Usage Arguments Value

View source: R/print.R

Description

Summaries of parameter estimates and MCMC convergence diagnostics.

Usage

1
2
## S3 method for class 'ICCier'
summary(object, prob = 0.95, ...)

Arguments

object

An ICCier object.

prob

A number p (0 < p < 1) indicating the desired probability mass to include in the intervals.

...

Currently not used.

Value

ICCier summary object. List containing:

formula

Model formula

prob

The specified prob argument

estimate

List of matrices of mean posterior point estimates

ci

List containing the lower (L) and upper (U) interval estimates for each parameter matrix.

meta

Meta-data including diagnostics, number of iterations, number of chains, total number of observations, and number of groups (persons)


stephensrmmartin/ICCier documentation built on Aug. 22, 2019, 10 a.m.