Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

Functions and Datasets to Accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition

v1.16
GPL-2
Authors
Grant Schneider, Eric Chicken, Rachel Becvarik
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.