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
The number of conditioning points / slices / bins to use in RSA and outcome mapping ($S$) get automatically (and silently) adjusted to the maximum number of categorical values found in the model spec.
This has implications both to expected runtime, and validity of the analysis (an increase to the number of conditioning points generally increases the required number of samples).
Instead, the number of slices should only be increased for categorical/integer factors, not for everything.
The result matrix should instead of adjusted with column labels indicating the bin/quantile/conditioning point/position.
Only the columns that are relevant for a given factor should be filled.
This has implications for how the visualisations handle the result matrix so changes to address this needs careful consideration of visualisation processes.
The text was updated successfully, but these errors were encountered:
Would you like me to address this @ConnectedSystems ? This is due to my my fixes for categorical variables so sorry about this. Also it would be good to have this working for my sensitivity analysis of mcda thresholds.
The number of conditioning points / slices / bins to use in RSA and outcome mapping ($S$ ) get automatically (and silently) adjusted to the maximum number of categorical values found in the model spec.
ADRIA.jl/src/analysis/sensitivity.jl
Lines 465 to 468 in 83028fa
This has implications both to expected runtime, and validity of the analysis (an increase to the number of conditioning points generally increases the required number of samples).
Instead, the number of slices should only be increased for categorical/integer factors, not for everything.
The result matrix should instead of adjusted with column labels indicating the bin/quantile/conditioning point/position.
Only the columns that are relevant for a given factor should be filled.
This has implications for how the visualisations handle the result matrix so changes to address this needs careful consideration of visualisation processes.
The text was updated successfully, but these errors were encountered: