Skip to contents

Users should avoid directly using these functions. Not part of the public user interface and can be changed any time without warning.

Usage

.edma_fit_np(A, less=TRUE)
.Ttest_data(d1, d2, ref_denom=TRUE, mix=FALSE)
.gpa_fit(A, ..., weighted=FALSE, gpa_results=FALSE)

Arguments

A

landmark data as an array (i.e. as.array(x)).

weighted

use shapes::procWGPA instead of shapes::procGPA.

gpa_results

return GPA results.

less

logical argument controlling what the function returns.

d1, d2

EDMA fit object to compare forms.

ref_denom

logical, when TRUE, the denominator is used as reference object (its form matrix is fixed when calculating bootstrap comparing to the other object).

mix

logical, to use mixed bootstrap (numeriator and denominator populations are mixed with replacement) or not (only the non-reference population is resampled with replacement).