Drop the lowest grade from a matrix of grades. Matrix is
assumed to be N by m where m is the number of exams (columns), N the number of
students (rows)
Usage
droplowest(z)
Value
minind
Index of minimum score
best
matrix of scores with the lowest dropped
midgrade
mean value of best scores
Arguments
z
Matrix of scores, rows are students, columns are exam scores
Author
Jonathan M. Lees<jonathan.lees@unc.edu>
Details
Best matrix output is sorted, so the grades do not reflect the original
order of exam scores. To drop the two lowest scores, apply this
program twice, running it a second time on the best outut.