Learn R Programming

NSM3 (version 1.1)

cFligPoli: Computes a critical value for the Fligner-Policello U distribution.

Description

This function computes the critical value for the Fligner-Policello U distriburion at (or typically in the "Exact" and "Monte Carlo" cases, close to) the given alpha level.

Usage

cFligPoli(alpha,m,n,method=NA,n.mc=10000)

Arguments

Value

Returns a list with "NSM3Ch5c" class containing the following components:mnumber of observations in the first data group (X)nnumber of observations in the second data group (Y)cutoff.Uupper tail cutoff at or below user-specified alphatrue.alpha.Utrue alpha level corresponding to cutoff.U (if method="Exact" or "Monte Carlo")

Examples

Run this code
##Chapter 4 example Hollander-Wolfe-Chicken##
cFligPoli(.0504,8,7)
cFligPoli(.101,8,7)

Run the code above in your browser using DataLab