statfaculty {diptest} | R Documentation |
Faculty quality in statistics departments was assessed as part of a larger study reported by Scully(1982).
data(statfaculty)
A numeric vector of 63 (integer) numbers, sorted increasingly, as reported by the reference.
J. A. Hartigan and P. M. Hartigan (1985) The Dip Test of Unimodality; Annals of Statistics 13, 70–84.
data(statfaculty) plot(dH <- density(statfaculty)) rug(jitter(statfaculty))