dot-check_truncation_bounds_df: Validate truncation bounds in a data frame

.check_truncation_bounds_dfR Documentation

Validate truncation bounds in a data frame

Description

Internal function to validate that L (lower truncation) is less than D (upper truncation) for all rows in a data frame.

Usage

.check_truncation_bounds_df(data, L_col, D_col)

Arguments

data

Data frame containing the L and D columns

L_col

Name of the column containing L values

D_col

Name of the column containing D values

Value

Invisible NULL if valid, otherwise stops with an error message.


primarycensored documentation built on June 15, 2026, 5:06 p.m.