Hi all,
I’m interested in performing morphospace analysis and plan to use Foote’s measures of Morphological Disparity (MD) & Partial Disparity (PD) [^1].
I found that morphol.disparity
in geomorph
can do what I want, but I’m not sure whether my understanding is correct or not.
Using the examples from morphol.disparity
documentation:
data(plethodon)
Y.gpa<-gpagen(plethodon$land) #GPA-alignment
gdf <- geomorph.data.frame(Y.gpa, species = plethodon$species, site = plethodon$site)
My understanding is that, I get MD when I run this:
morphol.disparity(coords ~ 1, groups= NULL, data = gdf, iter=999)
And I get PD of different species if I run this:
morphol.disparity(coords ~ 1, groups= ~ species, data = gdf, iter=999)
Is this correct? My understanding is that PD is calculated by additive partitioning of MD, so if I add the PD of each group I should get MD, and I can show the result as %MD (exactly as what Zelditch et al. showed in the book “Geometric Morphometrics for Biologist - A Primer”), so can I just simply add up Procrustes.var
from the output in the second run above (how should I do that correctly)?
Another related question: is there any plan for geomorph
to implement Foote’s nearest neighbour analysis[^2]? (Or already can do that in geomorph/ any R implementation for that?)
Thanks,
Jin Yung
[1]: Foote, M. (1993). Contributions of individual taxa to overall morphological disparity. Paleobiology, 19, 403–419.
[2]: Foote, M. (1990). Nearest-neighbor analysis of trilobite morphospace. Systematic Biology, 39(4), 371-382.
The values obtained for groups in morphol.disparity are not quite Foote’s partial disparity. The difference is in the denominator. As stated in the help file of geomorph, the denominator for the disparity measures obtained is the sample size of each group. By contrast, the denominator in Foote’s PD is N-1, where N is the total sample size. For this reason, PD may be summed across groups to obtain the total disparity. However, when individual sample sizes are used to obtain the disparity for each group, this property no longer holds.
Dean
Dr. Dean C. Adams
Professor
Department of Ecology, Evolution, and Organismal Biology
Department of Statistics
Iowa State University
www.public.iastate.edu/~dcadams/
phone: 515-294-3834
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
geomorph-r-pack...@googlegroups.com.
To post to this group, send email to
geomorph-...@googlegroups.com.
Visit this group at
https://groups.google.com/group/geomorph-r-package.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/geomorph-r-package/49aea166-bdf4-4ceb-889f-d784a52054e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/geomorph-r-package/MWHPR04MB05598B551E82DEC8F803D3C5A2120%40MWHPR04MB0559.namprd04.prod.outlook.com.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-package+unsub...@googlegroups.com.
To post to this group, send email to geomorph-r-package@googlegroups.com.
Visit this group at https://groups.google.com/group/geomorph-r-package.
To view this discussion on the web, visit https://groups.google.com/d/msgid/geomorph-r-package/49aea166-bdf4-4ceb-889f-d784a52054e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-package+unsub...@googlegroups.com.
To post to this group, send email to geomorph-r-package@googlegroups.com.
Not quite. The function does not test whether mean shapes differ, but rather whether variation (disparity) differs.
Using ~1 obtains group disparities for each group based on the overall mean. These are equivalent to Foote’s partial disparities. The second equation obtains group disparities relative to a model containing group means.
Please see the help file, as this is explained there, along with examples.
Dean
Dr. Dean C. Adams
Director of Graduate Education, EEB Program
Professor
Department of Ecology, Evolution, and Organismal Biology
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
geomorph-r-pack...@googlegroups.com.
To post to this group, send email to
geomorph-...@googlegroups.com.
Visit this group at
https://groups.google.com/group/geomorph-r-package.
To view this discussion on the web, visit https://groups.google.com/d/msgid/geomorph-r-package/6dae76ef-dee0-4471-bb5e-056818bf20cf%40googlegroups.com.
PW <- pairwise(fit=anovaspec, groups = species, covariate = NULL)
summary(PW, test.type = "dist", confidence = 0.95, stat.table = TRUE)
Thank you in advance!
Best,
Peter
Peter, means and variances are different aspects one can compare between groups. One tells you if the mean shapes of the compared groups are different or not (manova-type approaches). The second tells you whether dispersion, disparity, variability, variation, or any other synonym you want to use differs between groups.
Yes, your code for anova and pairwise comparisons looks correct. For more help, see the vignette included in geomorph by running vignette("geomorph.assistance")
Antigoni
--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-pack...@googlegroups.com.
To post to this group, send email to geomorph-...@googlegroups.com.
Visit this group at https://groups.google.com/group/geomorph-r-package.
To view this discussion on the web, visit https://groups.google.com/d/msgid/geomorph-r-package/b6f71e11-11dd-488d-8028-fbd231e8bf17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Antigoni Kaliontzopoulou Auxiliary Researcher CIBIO/InBIO, Centro de Investigação em Biodiversidade e Recursos Genéticos University of Porto Campus Agrário de Vairão, 4485-661 Vairão PORTUGAL https://sites.google.com/view/akaliontzopoulou/home https://cibio.up.pt/research-groups-1/details/phenevol http://cibio.up.pt/people/details/akaliont http://www.seh-herpetology.org/