bic2lk: Convert Bayesian Information Criterion (BIC) to likelihood...

View source: R/bic2lk.r

bic2lkR Documentation

Convert Bayesian Information Criterion (BIC) to likelihood (lk) value

Description

Converts Bayesian Information Criterion (BIC) to likelihood (lk) value

Usage

bic2lk(bic, k, n)

bic_to_lk(bic, k, n)

Arguments

bic

Bayesian Information Criterion (BIC) value

k

number of parameters estimated

n

number of observations

Examples

## Not run: 
bic2lk(bic=10,k=3,n=100)
bic2lk(bic=10,k=5,n=100)

## End(Not run)


nikolaifish/bamExtras documentation built on July 21, 2023, 8:26 a.m.