pbino {bayess}R 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))

[Package bayess version 1.6 Index]