toString.mcmcSummary {RBaM}R Documentation

mcmcSummary to string

Description

Convert an object of class 'mcmcSummary' into a ready-to-write vector of string

Usage

## S3 method for class 'mcmcSummary'
toString(x, ...)

Arguments

x

mcmcSummary object, object to be converted.

...

Optional arguments.

Value

A string ready to be printed or written.

Examples

toString(mcmcSummary())

[Package RBaM version 1.0.1 Index]