coef.ordinalbayes | R Documentation |
Extract Model Coefficients
## S3 method for class 'ordinalbayes'
coef(object, method = mean, ...)
object |
an |
method |
The default is |
... |
other arguements. |
alpha |
Summary estimates for the thresholds |
zeta |
Summary estimates for the unpenalized covariates. Only available if unpenalized covariates were included in the fitted model. |
beta |
Summary estimates for the penalized covariates |
gamma |
Summary estimates for the variable inclusion indicators. Not available when |
ordinalbayes
, print.ordinalbayes
, summary.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, seed=26)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.