.mcee_build_weights | R Documentation |
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
)
data |
Data frame |
id |
Subject ID column name |
dp |
Decision point column name |
weight_per_row |
Optional user-specified per-row weights |
specific_dp_only |
Optional vector of decision points to target (others get weight 0) |
verbose |
Logical; whether to print informative messages |
Numeric vector of per-row weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.