Learn R Programming

march (version 3.3.2)

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.

Value

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

Examples

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

Run the code above in your browser using DataLab