Description Usage Arguments Details
S3 methods for rwmetrop output objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S3 method for class 'rwmetrop.mixlink.binomial'
summary(object, ...)
## S3 method for class 'rwmetrop.mixlink.binomial'
print(x, ...)
## S3 method for class 'rwmetrop.mixlink.binomial'
DIC(object, ...)
## S3 method for class 'rwmetrop.mixlink.binomial'
residuals(object, ...)
## S3 method for class 'rwmetrop.mixlink.poisson'
summary(object, ...)
## S3 method for class 'rwmetrop.mixlink.poisson'
print(x, ...)
## S3 method for class 'rwmetrop.mixlink.poisson'
DIC(object, ...)
## S3 method for class 'rwmetrop.mixlink.poisson'
residuals(object, ...)
|
object |
An |
... |
Not currently used. |
x |
Same argument type as |
DIC returns the Deviance Information Criterion computed from MCMC draws.
residuals returns randomized quantile residuals averaged over MCMC draws.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.