myBayesLogit | R Documentation |
Do MCMC sampling for Bayesian logistic regression model
myBayesLogit(y, X, m0, P0, options)
y |
0/1 vector of responses |
X |
design matrix |
m0 |
prior mean vector |
P0 |
precision matrix |
options |
McmcOptions object |
the matrix of samples (samples x parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.