pbino {bayess} | R Documentation |
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.
pbino(nplus)
nplus |
number of different dippers captured |
returns a numerical value that estimates the number of dippers in the population
data(eurodip)
year81=eurodip[,1]
nplus=sum(year81>0)
sum((1:400)*pbino(nplus))