dip.pvalue {fpc} | R Documentation |
Approximates p-value for dip test (see dip
)
using the information in qDiptab
.
dip.pvalue(d,n)
d |
numeric. Value of dip statistic. |
n |
integer. Number of observations. |
Approximated p-value.
Christian Hennig chrish@stats.ucl.ac.uk http://www.homepages.ucl.ac.uk/~ucakche/
J. A. Hartigan and P. M. Hartigan (1985) The Dip Test of Unimodality, Annals of Statistics, 13, 70-84.
dip.pvalue(0.08,15)