qtukey

fun qtukey(p: Double, nMeans: Double, dof: Double): Double(source)

Return

the quantile of the Tukey distribution

Parameters

p

the probability, typically a confidence level (1-alpha), must be in (0,1)

nMeans

the number of columns or treatments (means) and must be greater than or equal to 2.0

dof

the degrees of freedom and must be greater than or equal to 1.0