Nmix-methods: Methods for Nmix objects

Description Usage Arguments Details Author(s) See Also

Description

AIC, anova, coef, and logLik methods for univariate and joint N-mixture models

Usage

1
2
3
4
5
6
7
8
## 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 anova method

...

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

Nmix jointNmix


jointNmix documentation built on May 2, 2019, 8:18 a.m.