powered by
Computes the Petersen estimator (Chapman correction applied) for the number of UNMARKED animals (U) and total population (N) given n1, m2, and u2.
SimplePetersen(n1, m2, u2)
Data frame with variables U.est, U.se, N.est, and N.se. .
Number of animals tagged and released. Can be a vector in which the estimate is formed for each element of the vector
Number of animals from n1 that are recaptured.
Number of unmarked animals in the second sample.
Bonner, S.J. sbonner6@uwo.ca and Schwarz, C. J. cschwarz.stat.sfu.ca@gmail.com.
SimplePetersen( 200, 10, 300) SimplePetersen(c(200,400), c(10,20), c(300,600))
Run the code above in your browser using DataLab