ard_stats_oneway_test: ARD One-way Test

View source: R/ard_stats_oneway_test.R

ard_stats_oneway_testR Documentation

ARD One-way Test

Description

Analysis results data for Testing Equal Means in a One-Way Layout. calculated with oneway.test()

Usage

ard_stats_oneway_test(formula, data, ...)

Arguments

formula

a formula of the form lhs ~ rhs where lhs gives the sample values and rhs the corresponding groups.

data

an optional matrix or data frame (or similar: see model.frame) containing the variables in the formula formula. By default the variables are taken from environment(formula).

...

additional arguments passed to oneway.test(...)

Value

ARD data frame

Examples


ard_stats_oneway_test(AGE ~ ARM, data = cards::ADSL)


cardx documentation built on Sept. 11, 2024, 9:12 p.m.