You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue in organize_data() where profile-varying columns (e.g., selected_repeated) were incorrectly included in pivot_wider(id_cols), which could drop respondent-level covariates (e.g., weights) and cause .weights_2 to fail in choice_level estimation.
Improved cross-attribute pairing logic in choice-level QOI filtering.
Added regression tests for .weights_1 and .weights_2.