singleRcapture 0.1.0
Pre-releaseThe first version of the singleRcapture package that is somewhat suitable for use.
Features:
-
Zero truncated count data regression with Poisson, Geometric and Negative Binomial models and their application to population size estimate, analytic, nonparametric and parametric bootstrap variance estimations are available. Two methods of constructing analytic confidence intervals are supported studentised and by logarithmic transformation.
-
Zero truncated count data regression with Poisson, Geometric and Negative Binomial models and their application to population size estimate, analytic and non parametric bootstrap variance estimations are available.
-
Two mixture models, chao and zelterman, utilising logit regression for population size estimation, analytic and nonparametric variance estimations are available.
-
The above models are applied with their respective
familyclass functions (modelparameter) that are passed to main functionestimate_popsize. -
Two fitting algorithms,
IRLSand simple MLE byoptim. -
summarymethod for the model. It is handled differently insingleRcapturethan in glm's. -
marginalFreqfunction for creating a table of marginal frequencies. -
summarymethod for marginal frequencies that applies chisq and G tests for goodness of fit -
vcovfunction for extracting the covariance matrix of regression parameters. -
basic
control.pop.varparameters for variance estimation.