Learn R Programming

march (version 1.4)

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

Description

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

Usage

march.BIC(model)

Arguments

model

The model for which the BIC has to be computed.

Examples

Run this code
# NOT RUN {
indepModel <- march.indep.construct(pewee)
march.BIC(indepModel)
# }

Run the code above in your browser using DataLab