AIC.HMmdl {MSTest} | R Documentation |
AIC of a HMmdl
object
Description
This is a method for the function AIC()
for objects of the class HMmdl
.
Usage
## S3 method for class 'HMmdl'
AIC(object, ..., k = 2)
Arguments
object |
a fitted model object for which there exists a
|
... |
optionally more fitted model objects. |
k |
numeric, the penalty per parameter to be used; the
default |
Value
AIC value.
[Package MSTest version 0.1.5 Index]