| k_ls {MLpreemption} | R Documentation | 
Preemption parameter estimation by least squares regression
Description
Calculates the least-squares estimator for the geometric series.
Usage
k_ls(x)
Arguments
| x | A vector of ordered counts (from large to small) | 
Value
| 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 | 
Note
counts should be ordered from large to small.
Author(s)
Jan Graffelman (jan.graffelman@upc.edu)
References
Magurran, A. 2004. Measuring biological diversity. Blackwell Publishing, Oxford, UK.
See Also
Examples
data("Ganeshaiah")
x <- Ganeshaiah[,2]
k_ls(x)
[Package MLpreemption version 1.0.1 Index]