Rinott

class Rinott

Functions used to calculate Rinott constants

Derived from Fortran code in

Design and Analysis of Experiments for Statistical Selection, Screening, and Multiple Comparisons

Robert E. Bechhofer, Thomas J. Santner, David M. Goldsman

ISBN: 978-0-471-57427-9 Wiley, 1995

Original Fortran code available on the authors' website http://www.stat.osu.edu/~tjs/REB-TJS-DMG/describe.html

Revised, May 5, 2022, M. D. Rossetti, rossetti@uark.edu

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun pStar(p: Double)
Link copied to clipboard
fun rinottConstant(numTreatments: Int, pStar: Double, dof: Int): Double

Calculates Rinott constants as per Table 2.13 of Bechhofer et al.

Link copied to clipboard