Displaying 2 results from an estimated 2 matches for "resight".
Did you mean:
reight
2009 Oct 13
5
Introduction to mark-recapture analysis in R?
...ftInternetExplorer4
Dear R-helpers,
I was wondering whether there are any good books and/or website
links that introduce mark-recapture analysis in R. In particular, I am
interested in exploratory data analysis of resighting data and how to
create capture histories from dataframes in R.
Thank you very much for your reply in advance!
Cheers,
Anne
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.g...
2003 Oct 01
1
hypergeometric & population estimates
...es the population estimates using maximum likelihood and 95%CL as
-2LogLikelihoods. Below, I determined the population estimate using
dhyper(x,m,n,k) and maximizing the density value as a function of n, but do
not know how I should calculate MLE with this distribution.
x <- 8 # number resighted caribou (white balls drawn)
m <-11 # number collared caribou (white balls total)
k <- 70 # number caribou seen (# balls drawn)
n <- 1:500 # ?? unknown number of uncollared caribou (# black balls)
d <- unlist(lapply(n, function(i) dhyper(x,m,i,k))) # density e...