show.dist {ProfessR} | R Documentation |
Show Distribution of Grades
Description
Show Distribution of Grades
Usage
show.dist(W)
Arguments
W |
list output of do.grades |
Details
Print out the distribution of letter grades
Value
Side Effects
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
do.grades
Examples
g = rnorm(n=130, m=82, sd=10)
g[g>100] = 100
g[g<1] = 1
B = boxplot(g)
divs = c(min(g), B$stats[1:4] + diff(B$stats)/2, max(g) )
D1 = do.grades(g, divs=divs, tit="GEOL 105 Exam 1")
show.dist(D1)
[Package ProfessR version 2.4-3 Index]