RFPW: Randles-Fligner-Policello-Wolfe

View source: R/RFPW.R

RFPWR Documentation

Randles-Fligner-Policello-Wolfe

Description

Function to compute the P-value for the observed Randles-Fligner-Policello-Wolfe V statistic.

Usage

RFPW(z)

Arguments

z

A vector containing the data.

Value

Returns a list containing:

obs.stat

the observed V statistic

p.val

the asymptotic two-sided P-value

Author(s)

Grant Schneider

Examples

##Hollander-Wolfe-Chicken Example 3.10 Percentage Chromium in Stainless Steel
table3.9.subset<-c(17.4,17.9,17.6,18.1,17.6)
RFPW(table3.9.subset)

NSM3 documentation built on Sept. 8, 2023, 5:52 p.m.

Related to RFPW in NSM3...