getPMP: Obtain posterior model probabilities

View source: R/circGLMClassFunctions.R

getPMPR Documentation

Obtain posterior model probabilities

Description

Compute posterior model probabilities from odds x and a prior odds.

Usage

getPMP(x, prior_odds = 1)

Arguments

x

A vector of odds for which to obtain the posterior model probabilities.

prior_odds

The prior odds.

Value

A matrix with two columns, giving the relative probabilities of the first hypothesis versus the second hypothesis.

Examples

getPMP(3)


keesmulder/CircGLMBayes documentation built on July 21, 2022, 3:43 a.m.