goodness_of_fit {smile} | R Documentation |
Akaike's (and Bayesian) An Information Criterion for spm_fit
objects.
Description
Akaike's (and Bayesian) An Information Criterion for spm_fit
objects.
Usage
## S3 method for class 'spm_fit'
AIC(object, ..., k = 2)
## S3 method for class 'spm_fit'
BIC(object, ...)
Arguments
object |
a |
... |
optionally more fitted model objects. |
k |
|
Value
a numeric
scalar corresponding to the goodness of fit
measure.
[Package smile version 1.0.5 Index]