k_ls {MLpreemption} | R Documentation |
Calculates the least-squares estimator for the geometric series.
k_ls(x)
x |
A vector of ordered counts (from large to small) |
khat |
estimate of the preemption parameter |
k.ll |
lower limit of the confidence interval |
k.ul |
upper limit of the confidence interval |
aic |
Akaike's information criterion |
logl |
log-likelihoood |
counts should be ordered from large to small.
Jan Graffelman (jan.graffelman@upc.edu)
Magurran, A. 2004. Measuring biological diversity. Blackwell Publishing, Oxford, UK.
data("Ganeshaiah")
x <- Ganeshaiah[,2]
k_ls(x)