h_df_md_sat: Calculation of Satterthwaite Degrees of Freedom for...

View source: R/satterthwaite.R

h_df_md_satR Documentation

Calculation of Satterthwaite Degrees of Freedom for Multi-Dimensional Contrast

Description

Used in df_md() if method is "Satterthwaite".

Usage

h_df_md_sat(object, contrast)

Arguments

object

(mmrm)
the MMRM fit.

contrast

(matrix)
numeric contrast matrix, if given a numeric then this is coerced to a row vector. Note that this should not include elements for singular coefficient estimates, i.e. only refer to the actually estimated coefficients.

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.