Compute p values and confidence intervals a.m. Games Howell
Source:R/games_howell_test.R
games_howell_test.RdCompute p values and confidence intervals a.m. Games Howell
Usage
games_howell_test(
vals,
grps,
arms = unique(grps),
na_replacement = NULL,
alpha = 0.05
)Arguments
- vals
numeric vector
- grps
character vector, allowed values are "ctrl" and "actv" and used to slice
xinto two vectors with values to be compared.- arms
character vector with the arms used in the
grpsparameter. The first value will be used as the comparator.- na_replacement
scalar (or
NULL), ifNULLmissing values will be removed. Otherwise, missing values will be replaced by the value ofna_replacement- alpha
numeric, 1.0 - confidence_level