summary.mcmcn: Summary for an mcmcn Object

Description Usage Arguments Examples

View source: R/summary.R

Description

Summary function for displaying the information of a "mcmcn" class, including rejection rate, univariate mean quantile, multivariate covariance matrix, etc.

Usage

1
2
## S3 method for class 'mcmcn'
summary(x)

Arguments

x

An mcmcn object to summary.

Examples

1
2
3
f <- pdff("norm", c(1, 3), matrix(c(1, 0.1, 0.1, 1), nrow = 2))
x.norm <- mtrp(f, 10000, c(3, 3), burn = 0)
summary(x.norm)

hjy78/mcmcn documentation built on Jan. 1, 2020, 1:03 p.m.