Fitted values, residual extraction, simulation and print method for univariate N-mixture models
UTF-8
## S3 method for class 'uniNmix'fitted(object,...)## S3 method for class 'uniNmix'print(x, round =TRUE,...)## S3 method for class 'uniNmix'residuals(object, type = c("ordinary","standardized"),...)## S3 method for class 'uniNmix'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
) or standardized (
ris=\mboxVar(Yi)yi−μ^i
) residuals; simulate.uniNmix simulates one sample from the fitted model.