Learn R Programming

MSTest (version 0.1.5)

BIC.HMmdl: BIC of a HMmdl object

Description

This is a method for the function BIC() for objects of the class HMmdl.

Usage

# S3 method for HMmdl
BIC(object, ...)

Value

BIC value.

Arguments

object

a fitted model object for which there exists a logLik method to extract the corresponding log-likelihood, or an object inheriting from class logLik.

...

optionally more fitted model objects.