Giter Site home page Giter Site logo

psolymos / edmainr Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 51.77 MB

Euclidean Distance Matrix Analysis in R

Home Page: https://psolymos.github.io/EDMAinR

R 100.00%
morphometrics multivariate-statistics comparing-biological-shapes coordinate-free landmark-data

edmainr's Introduction

EDMAinR - Euclidean Distance Matrix Analysis in R

CRAN version CRAN download stats License: GPL v2

Linux build Status Windows build status codecov

A coordinate‐free approach for comparing biological shapes using landmark data

Install

if (!require("remotes")) install.packages("remotes")
remotes::install_github("psolymos/EDMAinR")

See what is new in the NEWS file.

License

GPL-2

Contributing

Feedback and contributions are welcome:

  • submit feature request or report issues here,
  • fork the project and submit pull request, see CoC.

Usage

library(EDMAinR)
#> EDMAinR 0.1-3     2020-06-12

file1 <- system.file("extdata/crouzon/Crouzon_P0_Global_MUT.xyz",
    package="EDMAinR")
x1 <- read_xyz(file1)
x1
#> EDMA data: Crouzon P0 MUT
#> 3 dimensions, 47 landmarks, 28 specimens

file2 <- system.file("extdata/crouzon/Crouzon_P0_Global_NON-MUT.xyz",
    package="EDMAinR")
x2 <- read_xyz(file2)
x2
#> EDMA data: Crouzon P0 UNAFF
#> 3 dimensions, 47 landmarks, 31 specimens

B <- 9

fit <- edma_fit(x1, B=B)
fit
#> EDMA nonparametric fit: Crouzon P0 MUT
#> Call: edma_fit(x = x1, B = B)
#> 3 dimensions, 47 landmarks, 28 replicates, 9 bootstrap runs

References

Lele, S. R., 1991. Some comments on coordinate-free and scale-invariant methods in morphometrics. American Journal of Physical Anthropology 85:407–417. doi:10.1002/ajpa.1330850405

Lele, S. R., and Richtsmeier, J. T., 1991. Euclidean distance matrix analysis: A coordinate-free approach for comparing biological shapes using landmark data. American Journal of Physical Anthropology 86(3):415–27. doi:10.1002/ajpa.1330860307

Lele, S. R., and Richtsmeier, J. T., 1992. On comparing biological shapes: detection of influential landmarks. American Journal of Physical Anthropology 87:49–65. doi:10.1002/ajpa.1330870106

Lele, S. R., and Richtsmeier, J. T., 1995. Euclidean distance matrix analysis: confidence intervals for form and growth differences. American Journal of Physical Anthropology 98:73–86. doi:10.1002/ajpa.1330980107

Hu, L., 2007. Euclidean Distance Matrix Analysis of Landmarks Data: Estimation of Variance. Thesis, Master of Science in Statistics, Department of Mathematical and Statistical Sciences, University of Alberta, Edmonton, Alberta, Canada. Pp. 49.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.