View Full Version : how to find the number of tests received from different sources


godfather
03-21-2009, 12:45 AM
I have four school categorized from 1 to 4, and they were all administered the same test, how do I find out how many tests each school completed? So i would get data such as:
School 1= 120 tests
school 2= 90 tests
etc

Fierce
03-24-2009, 04:54 PM
How's your data organized? I guess you have a "school" variable with values 1-4. Each case is a test? Or there's a variable with a number of tests?

godfather
03-25-2009, 12:59 AM
thanks for your input but I figured it out.