summary.demc: Summarizes a demc object

Description Usage Arguments Details Value

Description

Summarizes a demc object

Usage

1
2
3
## S3 method for class 'demc'
summary(a, trans = NULL, keep.all = 0.9,
  Rupper.keep = FALSE)

Arguments

trans

a vector of length k (default NULL): "" if no transformation, or "log" or "logit"

keep.all

logical or fraction of draws to keep. If fraction, the one-complement is discarded as burnin. If logical the first half of the draws are discarded. Default 0.9.

Rupper.keep

logical (default FALSE); if TRUE: keep Rupper, (Otherwise don't display it.)

object

demc object

Details

The summary is adapted from the monitor function written by Andrew Gelman.

Value

an S3 object of class demc which is a list with

$summary $accept.prob.mat


CajoterBraak/demc2 documentation built on Dec. 16, 2019, 10:48 p.m.