log_priors | R Documentation |
Calculate the log joint prior of indicator vectors and coefficient vectors.
See model_conf_default
for more information of parameter settings.
log_priors(beta, betaIdx, varSelArgs, priArgs, sum = TRUE)
beta |
A list of coefficient vectors of the features. |
betaIdx |
A list of indicator vectors. |
varSelArgs |
Variable selection settings. |
priArgs |
Parameter settings in the priors of |
sum |
Logical, if TRUE, sum all conditional priors. |
log_priors
returns the value of log joint prior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.