Performs Bayesian Probit Regression given the predictors and response.
bpr(y, X, offset = 0, theta, theta_0 = c(0, 0, 0), N_sim = 1)A matrix of simulated values for the regression coefficients.
Vector of binary responses.
Matrix of predictors.
Optional offset for the linear predictor.
Initial values for the regression coefficients.
Prior mean for the regression coefficients.
Number of simulations to perform.