summary,dmbc_fit_list-method {dmbc}R Documentation

Provide a summary of a dmbc_fit_list class instance.

Description

Provide a summary of a dmbc_fit_list class instance.

Usage

## S4 method for signature 'dmbc_fit_list'
summary(object, include.burnin = FALSE, summary.Z = FALSE, ...)

Arguments

object

An object of class dmbc_fit_list.

include.burnin

A length-one logical vector. If TRUE the burnin iterations (if available) are included in the summary.

summary.Z

A length-one logical vector. If TRUE the summary also includes the latent configuration coordinates.

...

Further arguments to pass on (currently ignored).

Author(s)

Sergio Venturini sergio.venturini@unicatt.it


[Package dmbc version 1.0.2 Index]