pbino | 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
eurodip
data(eurodip)
year81=eurodip[,1]
nplus=sum(year81>0)
sum((1:400)*pbino(nplus))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.