print.ordinalbayes | R Documentation |
Print MCMC Summary Statistics
## S3 method for class 'ordinalbayes'
print(x, ...)
x |
A fitted ordinalbayes object. |
... |
other arguments. |
Matrix with the summaries from the x$results
object which of class 'runjags'.
Columns include Lower95, Median, Upper95, Mean, SD, Mode, MCerr, MC%ofSD, SSeff, AC.20, and psrf
ordinalbayes
, summary.ordinalbayes
, coef.ordinalbayes
, predict.ordinalbayes
data("cesc")
fit<-ordinalbayes(Stage~1, data=cesc, x=cesc[,5:45],
model="regressvi", gamma.ind="fixed", pi.fixed=0.99, adaptSteps=1000,
burnInSteps=1000, nChains=2, numSavedSteps=2000, thinSteps=2)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.