Sunday, February 21, 2021

Making a histogram from a table of frequencies

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

Code:
input choice frequency
1 3
2 10
3 17
end

No comments:

Post a Comment