
Measures of comparison for move plot 3
evaluation.Rd
This function calculates measures of comparison after generalised orthogonal Procrustes Analysis
is performed in moveplot3
. Orthogonal Procrustes Analysis is used to compare a target to a testee configuration.
The following measures are calculate: Procrustes Statistic (PS), Congruence Coefficient (CC), Absolute Mean Bias (AMB),
Mean Bias (MB) and Root Mean Squared Bias (RMSB).
Value
- eval.list
Returns a list containing the measures of comparison for each level of the time variable.
Examples
data(Africa_climate)
data(Africa_climate_target)
bp <- biplotEZ::biplot(Africa_climate, scaled = TRUE) |> biplotEZ::PCA()
bp <- bp |> moveplot3(time.var = "Year", group.var = "Region", hulls = TRUE,
move = FALSE, target = NULL) |> evaluation()
#> Error in evaluation(moveplot3(bp, time.var = "Year", group.var = "Region", hulls = TRUE, move = FALSE, target = NULL)): could not find function "evaluation"
bp$eval.list
#> NULL
data(Africa_climate)
data(Africa_climate_target)
bp <- biplotEZ::biplot(Africa_climate, scaled = TRUE) |> biplotEZ::PCA()
bp <- bp |> moveplot3(time.var = "Year", group.var = "Region", hulls = TRUE,
move = FALSE, target = Africa_climate_target) |> evaluation()
#> Error in evaluation(moveplot3(bp, time.var = "Year", group.var = "Region", hulls = TRUE, move = FALSE, target = Africa_climate_target)): could not find function "evaluation"
bp$eval.list
#> NULL