I am currently attempting to calculate the % overlap between the SEAc ellipses of 2 groups (group 7 & group 8) in community #4 using stable isotope data and the SIBER R package. I have followed the vignette example "Ellipse Overlap" that comes in the SIBER package and used the following code:
The code is working however, from my understanding this is calculating the overlap of SEA ellipses and not the SEAc (small sample size corrected) ellipses. I am wondering if there is a way to calculate SEAc overlap specifically with the maxLikOverlap function? Alternatively, is there a different function that does this calculation?
Hello!
I am currently attempting to calculate the % overlap between the SEAc ellipses of 2 groups (group 7 & group 8) in community #4 using stable isotope data and the SIBER R package. I have followed the vignette example "Ellipse Overlap" that comes in the SIBER package and used the following code:
siber.sb=createSiberObject(data.sb)
ellipse1 = "4.7" ellipse2 = "4.8"
sea.overlap <- maxLikOverlap(ellipse1, ellipse2, siber, p.interval = NULL, n = 100) sea.overlap My output is:
The code is working however, from my understanding this is calculating the overlap of SEA ellipses and not the SEAc (small sample size corrected) ellipses. I am wondering if there is a way to calculate SEAc overlap specifically with the maxLikOverlap function? Alternatively, is there a different function that does this calculation?
Any help would be greatly appreciated!!
Cheers, Victoria