naive_jags_picker {COMBO} | R Documentation |
Set up a Naive Logistic Regression jags.model
Object for a Given Prior
Description
Set up a Naive Logistic Regression jags.model
Object for a Given Prior
Usage
naive_jags_picker(
prior,
sample_size,
dim_x,
n_cat,
Ystar,
X,
beta_prior_parameters,
number_MCMC_chains,
naive_model_file,
display_progress = TRUE
)
Arguments
prior |
character string specifying the prior distribution for the naive
|
sample_size |
An integer value specifying the number of observations in the sample. |
dim_x |
An integer specifying the number of columns of the design matrix of the true outcome mechanism, |
n_cat |
An integer specifying the number of categorical values that the true outcome, |
Ystar |
A numeric vector of indicator variables (1, 2) for the observed
outcome |
X |
A numeric design matrix for the true outcome mechanism. |
beta_prior_parameters |
A numeric list of prior distribution parameters
for the |
number_MCMC_chains |
An integer specifying the number of MCMC chains to compute. |
naive_model_file |
A .BUG file and used
for MCMC estimation with |
display_progress |
A logical value specifying whether messages should be
displayed during model compilation. The default is |
Value
naive_jags_picker
returns a jags.model
object for a naive
logistic regression model predicting the potentially misclassified Y*
from the predictor matrix x
. The object includes the specified
prior distribution, model, number of chains, and data.