Hello,
I would like to make a histogram from a table that shows how frequent choices 1, 2, and 3 were made.
How can I approach this?
Thanks,
Michael
I would like to make a histogram from a table that shows how frequent choices 1, 2, and 3 were made.
How can I approach this?
Thanks,
Michael
Code:
input choice frequency 1 3 2 10 3 17 end
Comment