myBayesLogit: MCMC Sampling for Bayesian Logistic Regression Model

View source: R/mcmc.R

myBayesLogitR Documentation

MCMC Sampling for Bayesian Logistic Regression Model

Description

[Stable]

Replacement for BayesLogit::logit. Performs MCMC sampling for Bayesian logistic regression using JAGS.

Usage

myBayesLogit(y, X, m0, P0, options)

Arguments

y

(integer)
0/1 vector of responses.

X

(matrix)
design matrix.

m0

(numeric)
prior mean vector.

P0

(matrix)
precision matrix.

options

(McmcOptions)
MCMC options.

Value

The matrix of samples (samples x parameters).


crmPack documentation built on Nov. 29, 2025, 5:07 p.m.