Skip to contents

Returns `TRUE` if the given `proc` data frame contains any rows with `anomaly == 1`.

Usage

is.anomdet(proc)

Arguments

proc

A data frame that includes an `anomaly` column with binary flags (0 or 1).

Value

A logical value: `TRUE` if any anomalies are detected, `FALSE` otherwise.