march.BIC {march} | R Documentation |
The BIC (Bayesian Information Criterion) is computed for
a given march.Model-class
according to the data
used during construction.
march.BIC(model)
model |
The model for which the BIC has to be computed. |
The number of parameters of the given model and its BIC.
Ogier Maitre
indepModel <- march.indep.construct(pewee)
march.BIC(indepModel)