march.BIC: Compute Bayesian Information Criterion (BIC).

Description Usage Arguments Value Author(s) Examples

View source: R/march.diagnostic.R

Description

The BIC (Bayesian Information Criterion) is computed for a given march.Model-class according to the data used during construction.

Usage

1
march.BIC(model)

Arguments

model

The model for which the BIC has to be computed.

Value

The number of parameters of the given model and its BIC.

Author(s)

Ogier Maitre

Examples

1
2
indepModel <- march.indep.construct(pewee)
march.BIC(indepModel)

Example output

Attaching package:marchThe following object is masked frompackage:datasets:

    sleep

Number of parameters :  2 
BIC:  2723.807 

march documentation built on Nov. 26, 2020, 3:01 p.m.

Related to march.BIC in march...