h_test_md: Creating F-Statistic Test Results For Multi-Dimensional...

View source: R/testing.R

h_test_mdR Documentation

Creating F-Statistic Test Results For Multi-Dimensional Contrast

Description

Creates a list of results for multi-dimensional contrasts using an F-test statistic and the given degrees of freedom.

Usage

h_test_md(object, contrast, df, f_stat_factor = 1)

Arguments

object

(mmrm)
the MMRM fit.

contrast

(matrix)
numeric contrast matrix.

df

(number)
denominator degrees of freedom for the multi-dimensional contrast.

f_stat_factor

(number)
optional scaling factor on top of the standard F-statistic.

Value

List with num_df, denom_df, f_stat and p_val (2-sided p-value).


mmrm documentation built on Oct. 7, 2024, 1:14 a.m.