Emile comments on Polling Thread - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (118)
You haven't learnt Yvain's lesson!
You need to be super clear and explicit about whether you want answers as percentages, or as values between 0 and 1! Otherwise you get an unexploitable mish-mash.
If I am reading the less wrong comment formatting page correctly, using poll:probability (with brackets) will force responses to be between 0 and 1, to avoid this. (And Upvotes to whoever put strict input limits on a free text field! As a person who handles raw data, I often don't see this, and it should be encouraged when performed.)
It doesn't avoid the problem if people want to vote with a percentage < 1%, and try to do so with a 0-100 value (e.g., .5 meaning .5% rather than 50%).
Very good point. I had not thought of this earlier, but it is entirely correct.