diptest (version 0.25-3)

statfaculty: Faculty Quality in Statistics Departments

Description

Faculty quality in statistics departments was assessed as part of a larger study reported by Scully(1982).

Usage

data(statfaculty)

Arguments

format

A numeric vector of 63 (integer) numbers, sorted increasingly, as reported by the reference.

source

M. G. Scully (1982) Evaluation of 596 programs in mathematics and physical sciences; Chronicle Higher Educ. 25 5, 8--10.

References

J. A. Hartigan and P. M. Hartigan (1985) The Dip Test of Unimodality; Annals of Statistics 13, 70--84.

Examples

Run this code
data(statfaculty)
plot(dH <- density(statfaculty))
rug(jitter(statfaculty))

Run the code above in your browser using DataCamp Workspace