From b28b010786955d3c9275bec33e36f0dfeec96716 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 10 Mar 2026 08:46:35 -0400 Subject: [PATCH] readme --- resources/schema/rule/Operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schema/rule/Operator.md b/resources/schema/rule/Operator.md index 5218ff867..5233ce5cb 100644 --- a/resources/schema/rule/Operator.md +++ b/resources/schema/rule/Operator.md @@ -992,7 +992,7 @@ Checking for consistent values across groups and validating that variables maint ### is_inconsistent_across_dataset -Checks if a variable maintains consistent values within groups defined by one or more grouping variables. Groups records by specified value(s) and validates that the target variable maintains the same value within each unique combination of grouping variables. +Checks if a variable maintains consistent values within groups defined by one or more grouping variables. Groups records by specified value(s) and validates that the target variable maintains the same value within each unique combination of grouping variables. When inconsistency is detected within a group, the operator attempts to identify a majority value. If one value appears more frequently than all others, only the minority records (those not matching the majority value) are flagged. If no single majority exists — i.e., two or more values are tied for the highest frequency — all records in that group are flagged. Single grouping variable - true if the values of BGSTRESU differ within USUBJID: