Description Usage Arguments Details Value
Extract parameter values using a choice of methods (or an arbitrary function)
1 2 3 4 | ## S3 method for class 'dream'
coef(object, method = c("sample.ml","uni.mode", "mean",
"median"), ...)
maxLikCoda(x)
|
x |
for maxLikCoda, usually mcmc or mcmc.list object, or any representation of
MCMC chains that can be converted with |
object |
dream object |
method |
method for extracting a parameter set from the MCMC chains. One of:
|
... |
Passed to |
maxLikCoda re-uses code from densityplot.mcmc
e.g. of using arbitrary function for method: 20% quantile.
coef(object,method=function(sss) apply(as.matrix(sss),2,quantile,0.2)
named vector of parameter values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.