BIC.Nmdl: BIC of a 'Nmdl' object

View source: R/methods.R

BIC.NmdlR Documentation

BIC of a Nmdl object

Description

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

Usage

## S3 method for class 'Nmdl'
BIC(object, ...)

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.

Value

BIC value.


MSTest documentation built on Oct. 31, 2024, 1:06 a.m.