qtukey

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

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), must be greater than or equal to 2.0

dof

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