jointNmix-methods function

Methods for joint Nmix objects

Methods for joint Nmix objects

Fitted values, residual extraction, simulation and print method for joint N-mixture models UTF-8

## S3 method for class 'jointNmix' fitted(object, ...) ## S3 method for class 'jointNmix' print(x, round = TRUE, ...) ## S3 method for class 'jointNmix' residuals(object, type = c("ordinary", "standardized"), ...) ## S3 method for class 'jointNmix' simulate(object, ...)

Arguments

  • object, x: fitted model object
  • round: logical. Round the estimates?
  • type: type of residuals to be returned. May be ordinary or standardized
  • ...: not used

Details

fitted.uniNmix prints the fitted values for the model fit; residuals.uniNmix returns the ordinary (

rio=yiμ^i r_i^o=y_i-\hat{\mu}_i

) or standardized (

ris=yiμ^i\mboxVar(Yi) r_i^s=\frac{y_i-\hat{\mu}_i}{\mbox{Var}(Y_i)}

) residuals; simulate.uniNmix simulates one sample from the fitted model.

References

Moral, R.A., Hinde, J., , C.G.B., Reigada, C. and Godoy, W.A.C. (submitted) Models for jointly estimating abundance of two unmarked site-associated species subject to imperfect detection.

Author(s)

Rafael A. Moral rafael_moral@yahoo.com.br, Clarice G. B. and John Hinde

See Also

Nmix

jointNmix

  • Maintainer: Rafael de Andrade Moral
  • License: GPL (>= 2)
  • Last published: 2016-11-12

Useful links