You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ctmm R user group
Hello,
Thank you for your help earlier with pooling the variance. Now I'm trying to use my calculated AKDEs that account for variance and pooling an average home range value across my population of animals. Is there a function you recommend to compute this value?
Thank you,
Aidan
Christen Fleming
unread,
Jun 19, 2023, 9:51:44 PM6/19/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ctmm R user group
Hi Aidan,
meta() is for averaging home-range areas (in square meters) to get the population average and coefficient of variation.
mean() is for averaging home-range distributions, under the assumption that the sample of distributions is the population of distributions - such as for combining summer and winter ranges.
pkde() is for extrapolating the population distribution, when you have a small sample of a larger population - such as for a herd or colony.