evalMeas | R Documentation |
Calculates measures of comparison based on distances between two configurations
evalMeas(missbp, compdat = NULL, dim = c("All", "2D"))
missbp |
An object of class |
compdat |
Complete data matrix representing the input data of |
dim |
Compare the configurations in 2D or the maximum available ("All") dimensions, default is |
eval |
Returns a data table with five evaluation measures: Procrustes Statistic (PS), Similarity Proportion (SP), Response Profile Recovery (RPR), Absolute Mean Bias (AMB), Root Mean Squared Bias (RMSB) |
data(compdat)
data(implist)
missbp <- missmi(implist) |> DRT() |> GPAbin() |> evalMeas(compdat=compdat, dim="2D")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.