assess_recovery() compares a point estimate and optional posterior
draws to a known loading truth, returning RMSE, per-factor RMSE,
bias, Tucker's congruence, credible-interval coverage, width, and
Gneiting-Raftery interval score. assess_classification() compares
a logical flag matrix to the true factor assignments using optimal
permutation matching.
Usage
assess_recovery(Lambda_hat, Lambda_true, Lambda_draws = NULL, prob = 0.95)
assess_classification(flags, Lambda_true)