View source: R/Correction_Calculator.R
HR_Correction | R Documentation |
Correct a 95% home range area estimates for the mass-specific bias in conventional estimators. The correction is based on the regressional analyses in Noonan et al. (2019) Body size dependent underestimation of home range areas. In prep.
HR_Correction(Area = NULL, Mass = NULL)
Area |
A home range area (units are preserved) |
Mass |
A mass in kg |
Returns a 95% home range area estimate corrected for the mass-specific bias in conventional estimators. If no area estimate is provided, the function instead returns a correction factor
A matrix containing the original area estimate, the mass, and the corrected home range area +/- 95% confidence intervals.
Michael J. Noonan
#Supply the function with an area estimate and a mass in kg
HR_Correction(Area = 15, Mass = 10)
#If no area estimate is provided, the function instead returns a correction factor
HR_Correction(Mass = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.