march.BIC {march} | R Documentation |
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.
Author(s)
Ogier Maitre
Examples
indepModel <- march.indep.construct(pewee)
march.BIC(indepModel)
[Package march version 3.3.2 Index]