markhwhiteii / bwsTools

Tools for Case 1 Best-Worst Scaling (MaxDiff) Designs
https://osf.io/wb4c3/
Other
13 stars 2 forks source link

paper #4

Closed markhwhiteii closed 4 years ago

markhwhiteii commented 4 years ago
markhwhiteii commented 4 years ago

tinker with the part of the algorithm that synthesizes the winning and losing scores. is standardization, flip the sign of worst, and averaging the best?

markhwhiteii commented 4 years ago

synthesizing methods tried:

its either mean(std(B), std(W -1)) or mean(std(logodds(B)), std(logodds(W) -1)) imo