edma_sdm can be set to assume same size, use TLS, or a particular edge.
CI calculation (local FDM, GM, GDM, SDM testing) calculations use 2-sample bootstrap.
Global FDM, GM, GDM testing (T-test) uses the mixed or the reference bootstrap, global Z-test for FDM is based on 2-sample bootstrap.
Version 0.1-4, 2020-08-23
.edma_fit_np is more preformant (original implementation retained as .edma_fit_np_old for comparison); it also exposes mean/variance for distances for future uses.
edma_simulate_data is also much faster now.
Nonparametric EDMA fid and FDM analysis can use multiple cores.
Added write.xyz function to write EDMA data into xyz format.
Added 4 data sets for growth difference analysis.
Version 0.1-3, 2020-07-05
Small fixes to parametric test helper functions.
Miscellaneous function to print/visualize pattern matrices.
Exposed combine_data and combine_data4 functions.
Clustering method now can be changed by the user.
as.edma_data method added to turn a 3D array (a common morphometrics data format) to EDMA data objects.
Added edma_colors and plot_edma_colors for manipulating color palettes set via getOption("edma_options").