View source: R/ard_stats_mood_test.R
ard_stats_mood_test | R Documentation |
Analysis results data for Mood two sample test of scale. Note this not to be confused with the Brown-Mood test of medians.
ard_stats_mood_test(data, by, variables, ...)
data |
( |
by |
( |
variables |
( |
... |
arguments passed to |
For the ard_stats_mood_test()
function, the data is expected to be one row per subject.
The data is passed as mood.test(data[[variable]] ~ data[[by]], ...)
.
ARD data frame
cards::ADSL |>
ard_stats_mood_test(by = "SEX", variables = "AGE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.