BMAweight_bic: Approximate model posterior probability using BIC.

Description Usage Arguments Value Examples

View source: R/BMAweight_bic.R

Description

This function calculates approximately model posterior probability given BIC values, which can then be used for BMA.

Usage

1
BMAweight_bic(BICvec)

Arguments

BICvec

a vector of all BIC values used to calculate model weight

Value

the approximated posterior model probability, i.e. model weight used in BMA.

Examples

1
BMAweight_bic(c(10,11,9,15,9.5))

senhu/FCBMA documentation built on Aug. 6, 2019, 4:56 p.m.