An extractor function with singleRStaticCountData method for extracting
important information regarding pop size estimate.
Usage
# S3 method for class 'singleRRatioReg'
popSizeEst(object, estimator = c("primary", "HT", "SM"), ...)
popSizeEst(object, ...)
# S3 method for class 'singleRStaticCountData'
popSizeEst(object, ...)Arguments
- object
object with population size estimates.
- estimator
for
singleRRatioRegobjects, which population-size estimator to return. The default"primary"returns the estimator selected when callingratioReg().- ...
additional optional arguments, currently not used in
singleRStaticCountDataclass method.
