search for: resources_avail

Displaying 1 result from an estimated 1 matches for "resources_avail".

2011 Oct 23
1
how to plot a distribution of mean and standard deviation
Hi, I have the following data about courses (504) in a university, two attributes about the proportion of resources used (#resources_used / #resources_available), namely the average and the standard deviation. Thus I have: [1] n=504 rows [2] 1 id column and 2 attributes Here's a sample of the data: courseid,average,std 12741,1,0 17161,1,0 12514,1,0 12316,0.8666666692648178,0.26090261464799325 2467,0.8623188442510107,0.24920700355307424 3047,0.85,...