On my spreadsheet page, I have the scores of 30 students on a test, listed in no particular order. I am able to display a histogram showing the test scores in intervals of 5 units. If you hover over any of the bars, it indicates the number of students who scored in that interval. For example, [75,80) 4 points, indicates 4 students with scores in the 75-80 interval.
1. What is the command that I could use on a calculator or spreadsheet page that produces that result? The command frequency(score,75, 80) returned an error message. However, frequency(score, 80) returned {24,6}, the number 24 students who scored 80 or less and 6 students who scored higher.
2. Also, how can I create a new frequency table on a spreadsheet page that illustrates the frequency of scores in intervals of 5 units ( 0-5,6-10,11-15,…, 96-100)?
Thanks,
Jerry
On my spreadsheet page, I have the scores of 30 students on a test, listed in no particular order. I am able to display a histogram showing the test scores in intervals of 5 units. If you hover over any of the bars, it indicates the number of students who scored in that interval. For example, [75,80) 4 points, indicates 4 students with scores in the 75-80 interval.
1. What is the command that I could use on a calculator or spreadsheet page that produces that result? The command frequency(score,75, 80)returned an error message. However, frequency(score, 80) returned {24,6}, the number 24 students who scored 80 or less and 6 students who scored higher.
2. Also, how can I create a new frequency table on a spreadsheet page that illustrates the frequency of scores in intervals of 5 units ( 0-5,6-10,11-15,…, 96-100)?Thanks,Jerry
--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime
Thanks Marc. It worked. See you in Chicago.
Jerry