Skip to contents

Creates a diagnostic rule that evaluates whether a data cube contains a sufficient number of total observations, using a named vector of thresholds for severity classification.

Usage

rule_obs_min_total(
  thresholds = c(ok = 40, note = 30, important = 20, very_important = 0)
)

Arguments

thresholds

Named numeric vector with severity thresholds: ok, note, important, very_important. Defaults are used if not provided.

Value

An object of class cube_rule.