Methods for gibbs
objects
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)
|
... |
use to select variables a la |
burn |
number or percent of iterations to discard |
thin |
thinning interval. Keep every |
level |
levels for confidence intervals |
digits |
number of digits to be displayed |
what |
a |
data |
if |
ncol |
number of columns for layout. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.