Nmix-methods {jointNmix} | R Documentation |
Methods for Nmix objects
Description
AIC, anova, coef, and logLik methods for univariate and joint N-mixture models
Usage
## S3 method for class 'Nmix'
AIC(object, ...)
## S3 method for class 'Nmix'
anova(object, object2, ...)
## S3 method for class 'Nmix'
coef(object, ...)
## S3 method for class 'Nmix'
logLik(object, ...)
Arguments
object |
fitted model object |
object2 |
second model object for the |
... |
not used |
Details
AIC.Nmix
provides the Akaike Information Criterion for the model fit; anova.Nmix
performs a likelihood-ratio test between two nested model fits; coef.Nmix
prints the estimates of the model fit; logLik.Nmix
prints the log-likelihood of the model fit.
Author(s)
Rafael A. Moral <rafael_moral@yahoo.com.br>, Clarice G. B. Demétrio and John Hinde
See Also
[Package jointNmix version 1.0 Index]