powered by
Analysis results data for Mood two sample test of scale. Note this not to be confused with the Brown-Mood test of medians.
ard_moodtest(data, by, variable, ...)
ARD data frame
(data.frame) a data frame. See below for details.
data.frame
(tidy-select) column name to compare by.
tidy-select
(tidy-select) column name to be compared.
arguments passed to mood.test(...)
mood.test(...)
For the ard_moodtest() function, the data is expected to be one row per subject. The data is passed as mood.test(data[[variable]] ~ data[[by]], ...).
ard_moodtest()
mood.test(data[[variable]] ~ data[[by]], ...)
cards::ADSL |> ard_moodtest(by = "SEX", variable = "AGE")
Run the code above in your browser using DataLab