pbino: Posterior expectation for the binomial capture-recapture...

View source: R/pbino.R

pbinoR Documentation

Posterior expectation for the binomial capture-recapture model

Description

This function provides an estimation of the number of dippers by a posterior expectation, based on a uniform prior and the eurodip dataset, as described in Chapter 5.

Usage

pbino(nplus)

Arguments

nplus

number of different dippers captured

Value

returns a numerical value that estimates the number of dippers in the population

See Also

eurodip

Examples

data(eurodip)
year81=eurodip[,1]
nplus=sum(year81>0)
sum((1:400)*pbino(nplus))

bayess documentation built on Aug. 11, 2022, 5:07 p.m.

Related to pbino in bayess...