k_hetang {MLpreemption} | R Documentation |
Calculates the He-Tang estimator for the geometric series.
k_hetang(x)
x |
A vector of counts |
a real number
Zero counts are discarded prior to calculation of the estimator.
Jan Graffelman (jan.graffelman@upc.edu)
He, F. and Tang, D. 2008. Estimating the niche preemption parameter of the geometric series. Acta Oecologica, 33:105–107
data("Ganeshaiah")
x <- Ganeshaiah[,2]
k_hetang(x)