AIC.Nmdl {MSTest} | R Documentation |
AIC of a Nmdl
object
Description
This is a method for the function AIC()
for objects of the class Nmdl
.
Usage
## S3 method for class 'Nmdl'
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]