edma_scale
function contributed by Kevin M. Middleton (PR #11).
read_xyz
don't change landmark names to be syntactically valid.
- Separate
edma_fdm_report
andedma_gdm_report
functions. - Renaming
Tobs_*
functions toglobal_*
to avoid confusion with T-test. - Updated documentation.
- Added
edma_report()
to reproduce WinEDMA output. - Fixed CI calculation:
ref_denom
argument should not flip numerator and denominator. - 2D and 3D plot revised to color edges and label landmarks.
- Bug fix: FDM methods had issues with B=0.
- Added landmark names to 2D plots, use
labels=TRUE
. - 3D plots now preserve XYZ aspect ration of 1.
signif_only=FALSE
allows plotting the top/bottom percentage of linear distances (edges) in 2D/3D plots.
- Added new function
gpa_fit
to estimate mean form based on GPA.
- Renaming
T_*
functions toTobs_*
to avoid confusion with T-test. - Observed statistic not included into the null distribution for global testing.
- Added interactive plotly graphics to vignettes.
- Shape difference matrix (SDM) calculation added:
edma_sdm
. 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.
.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.
- Small fixes to parametric test helper functions.
- Miscellaneous function to print/visualize pattern matrices.
- Exposed
combine_data
andcombine_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
andplot_edma_colors
for manipulating color palettes set viagetOption("edma_options")
. - Extensive updates to the docs and vignettes.
- Parametric estimation tested.
- Global test p-values updated.
- Package website made with {pkgdown}.
- EDMA package command line interface finalized.