| summary.mfrm_threshold_profiles | R Documentation |
Summarize threshold-profile presets for visual warning logic
## S3 method for class 'mfrm_threshold_profiles'
summary(object, digits = 3, ...)
object |
Output from |
digits |
Number of digits used for numeric summaries. |
... |
Reserved for generic compatibility. |
Summarizes available warning presets and their PCA reference bands used by
build_visual_summaries().
An object of class summary.mfrm_threshold_profiles.
thresholds: raw preset values by profile (strict, standard, lenient).
threshold_ranges: per-threshold span across profiles (sensitivity to profile choice).
pca_reference: literature bands used for PCA narrative labeling.
Larger Span in threshold_ranges indicates settings that most change
warning behavior between strict and lenient modes.
Inspect summary(mfrm_threshold_profiles()).
Choose profile (strict / standard / lenient) for project policy.
Override selected thresholds in build_visual_summaries() only when justified.
mfrm_threshold_profiles(), build_visual_summaries()
profiles <- mfrm_threshold_profiles()
summary(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.