gibbsmethods: Methods for 'gibbs' objects

Description Usage Arguments

Description

Methods for gibbs objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'gibbs'
coef(object, ..., burn = getOption("gBurn"),
  thin = getOption("gThin"))

## S3 method for class 'gibbs'
confint(object, ..., level = c(0.9, 0.95),
  burn = getOption("gBurn"), thin = getOption("gThin"))

## S3 method for class 'gibbs'
summary(object, ..., burn = getOption("gBurn"),
  thin = getOption("gThin"), level = c(0, 0.5, 0.95), digits = 1)

## S3 method for class 'gibbs'
plot(x, ..., what = c("trace", "density", "coef"),
  burn = getOption("gBurn"), thin = getOption("gThin"), data = F,
  ncol = 2)

Arguments

...

use to select variables a la select

burn

number or percent of iterations to discard

thin

thinning interval. Keep every thin-th iteration.

level

levels for confidence intervals

digits

number of digits to be displayed

what

a character describing the kind of plot to be returned.

data

if TRUE, return data used to construct the plot instead of plot

ncol

number of columns for layout.


rferrali/rogali documentation built on May 26, 2019, 7 p.m.