ard_stats_mood_test {cardx} | R Documentation |
ARD Mood Test
Description
Analysis results data for Mood two sample test of scale. Note this not to be confused with the Brown-Mood test of medians.
Usage
ard_stats_mood_test(data, by, variables, ...)
Arguments
data |
( |
by |
( |
variables |
( |
... |
arguments passed to |
Details
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]], ...)
.
Value
ARD data frame
Examples
cards::ADSL |>
ard_stats_mood_test(by = "SEX", variables = "AGE")
[Package cardx version 0.2.0 Index]