Learn R Programming

drsmooth (version 1.9.0)

dunns: Dunn's Test

Description

Dunn's Test

Usage

dunns(targetcolumn, alternative, alpha, control, tot.obs, label, data)

Arguments

targetcolumn
Character string, name of response column to be tested.
alternative
The direction(s) of the alternative hypothesis.
alpha
Significance level (numeric) to be used.
control
Not used in this test.
tot.obs
Not used in this test.
label
Label indicating alternative.
data
Input dataframe.