Build per-row weights omega(i,t) for MCEE estimation
.mcee_build_weights(
data,
id,
dp,
weight_per_row = NULL,
specific_dp_only = NULL,
verbose = TRUE
)Numeric vector of per-row weights
Data frame
Subject ID column name
Decision point column name
Optional user-specified per-row weights
Optional vector of decision points to target (others get weight 0)
Logical; whether to print informative messages