Skip to content

Commit 7c820c6

Browse files
authored
readme (#1656)
1 parent 0350b21 commit 7c820c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/schema/rule/Operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ Checking for consistent values across groups and validating that variables maint
992992

993993
### is_inconsistent_across_dataset
994994

995-
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.
995+
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.
996996

997997
Single grouping variable - true if the values of BGSTRESU differ within USUBJID:
998998

0 commit comments

Comments
 (0)