bayes.posterior {RGE} | R Documentation |
Summary of the posterior distribution
Description
Obtaining the bayes estimative and the highest posterior density intervals at 95% from a object obtained by RGE function.
Usage
bayes.posterior(x, ...)
Arguments
x |
An object obtained by the function RGE |
... |
Further arguments to be passed |
Value
Dataframe with the summary of the posterior distribution
Note
coda package is needed.
Author(s)
Jose Miguel Cotes Torres jmcotes@unal.edu.co
See Also
coda
Examples
data(m1)
bayes.posterior(m1)
[Package RGE version 1.0 Index]