Learn R Programming

NSM3 (version 1.1)

pNDWol: Nemenyi, Damico-Wolfe

Description

Function to compute the P-value for the observed Nemenyi, Damico-Wolfe Y statistic.

Usage

pNDWol(x,g=NA,method=NA, n.mc=10000)

Arguments

Value

Returns a list with "NSM3Ch6MCp" class containing the following components:nnumber of observations in the k data groups, with the first group representing the controlobs.statthe observed Y statistic for each treatment vs. control comparisonp.valupper tail P-value corresponding to each of the k-1 observed Y statistics

Examples

Run this code
##Hollander-Wolfe-Chicken Example 6.8 Motivational Effect of Knowledge of Performance
motivational.effect<-list(no.Info = c(40, 35, 38, 43, 44, 41), 
rough.Info = c(38, 40, 47, 44, 40, 42), 
accurate.Info = c(48, 40, 45, 43, 46, 44))

pNDWol(motivational.effect,method="Asymptotic")
pNDWol(motivational.effect,method="Monte Carlo")

Run the code above in your browser using DataLab