Learn R Programming

FBMS (version 1.2)

log_prior: Log model prior function

Description

Log model prior function

Usage

log_prior(mlpost_params, complex)

Value

A numeric with the log model prior.

Arguments

mlpost_params

list of passed parameters of the likelihood in GMJMCMC

complex

list of complexity measures of the features included into the model

Examples

Run this code
log_prior(mlpost_params = list(r=2), complex = list(oc = 2))

Run the code above in your browser using DataLab