myBayesLogit {crmPack} | R Documentation |
Do MCMC sampling for Bayesian logistic regression model
Description
Do MCMC sampling for Bayesian logistic regression model
Usage
myBayesLogit(y, X, m0, P0, options)
Arguments
y |
0/1 vector of responses |
X |
design matrix |
m0 |
prior mean vector |
P0 |
precision matrix |
options |
McmcOptions object |
Value
the matrix of samples (samples x parameters)
[Package crmPack version 1.0.6 Index]