Learn R Programming

NSM3 (version 1.1)

RFPW: Randles-Fligner-Policello-Wolfe

Description

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

Usage

RFPW(z)

Arguments

Value

Returns a list containing:obs.statthe observed V statisticp.valthe asymptotic two-sided P-value

Examples

Run this code
##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)

Run the code above in your browser using DataLab