myBayesLogit: Do MCMC sampling for Bayesian logistic regression model

View source: R/mcmc.R

myBayesLogitR 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)


Roche/crmPack documentation built on April 30, 2024, 3:19 p.m.