Tukey

object Tukey

Computes the probability and quantile that the studentized range, each based on n means and with df degrees of freedom

See functions: qtukey() and ptukey() from statistical software: R

The algorithm is based on that of the reference.

Copenhaver, Margaret Diponzio & Holland, Burt S. Multiple comparisons of simple effects in the two-way analysis of variance with fixed effects. Journal of Statistical Computation and Simulation, Vol.30, pp.1-15, 1988.

Functions

Link copied to clipboard
fun cdf(q: Double, nMeans: Double, df: Double): Double
Link copied to clipboard
fun invCDF(p: Double, nMeans: Double, df: Double): Double
Link copied to clipboard
fun setQTukeyMaxIterations(iterations: Int)

Sets the maximum number of iterations for the computation of invCDF default is 50

Link copied to clipboard

Sets the precision for the computation of the invCDF Default is 0.0001