Learn R Programming

FBMS (version 1.3)

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