| mfrm_threshold_profiles | R Documentation |
List literature-based warning threshold profiles
mfrm_threshold_profiles()
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.
An object of class mfrm_threshold_profiles with
profiles (strict, standard, lenient) and pca_reference_bands.
profiles: numeric threshold presets (strict, standard, lenient).
pca_reference_bands: narrative reference bands for PCA interpretation.
Review presets with mfrm_threshold_profiles().
Pick a default profile for project policy.
Override only selected fields in build_visual_summaries() when needed.
build_visual_summaries()
profiles <- mfrm_threshold_profiles()
names(profiles)
names(profiles$profiles)
class(profiles)
s_profiles <- summary(profiles)
s_profiles$overview
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.