[R] Boxplot from statistics of original data

2013-09-26 Thread Rodrigo César da Silva
Hi, I have a data set that contains a set of universities and a number of statistics about the performance of students on an exam. A sample of the table follows: Institutions_Name Mean Median Minimum Maximum 1Quartile 3Quartile CENTRO UNIVERSITÁRIO LUTERANO DE MANAUS 58,5 57,5 0 98

Re: [R] Boxplot from statistics of original data

2013-09-26 Thread Greg Snow
The boxplot function calls other functions, the boxplot.stats function calculates the stats, then the bxp function does the actual plotting. So just look at the structure of the object that is passed to bxp, reformat your data to that structure, and call bxp directly. On Thu, Sep 26, 2013 at

Re: [R] Boxplot from statistics of original data

2013-09-26 Thread Jim Lemon
On 09/27/2013 12:10 AM, Rodrigo César da Silva wrote: Hi, I have a data set that contains a set of universities and a number of statistics about the performance of students on an exam. A sample of the table follows: Institutions_Name Mean Median Minimum Maximum 1Quartile 3Quartile