List literature-based warning threshold profiles
Value
An object of class mfrm_threshold_profiles with
profiles (strict, standard, lenient) and pca_reference_bands.
Details
Use this function to inspect available profile presets before calling
build_visual_summaries().
profiles contains thresholds used by warning logic
(sample size, fit ratios, PCA cutoffs, etc.).
pca_reference_bands contains literature-oriented descriptive bands used in
summary text.
Interpreting output
profiles: numeric threshold presets (strict,standard,lenient).pca_reference_bands: narrative reference bands for PCA interpretation.
Typical workflow
Review presets with
mfrm_threshold_profiles().Pick a default profile for project policy.
Override only selected fields in
build_visual_summaries()when needed.
Examples
profiles <- mfrm_threshold_profiles()
names(profiles)
#> [1] "profiles" "pca_reference_bands"
names(profiles$profiles)
#> [1] "strict" "standard" "lenient"
class(profiles)
#> [1] "mfrm_threshold_profiles" "list"
s_profiles <- summary(profiles)
s_profiles$overview
#> Profiles ThresholdCount PCAReferenceCount DefaultProfile
#> 1 3 11 7 standard