Learn R Programming

drsmooth (version 1.9.0)

dunnettst3: Dunnett's T3 Test

Description

Dunnett's T3 Test

Usage

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

Arguments

targetcolumn
Character string, name of response column to be tested
alternative
Character string(s) specifying the direction of the alternative hypothesis.
alpha
Significance level (numeric) to be used.
control
Not relevant for this function
tot.obs
Not relevant for this function
label
Label of the alternative direction for output.
data
Input dataframe.