Anova.mmrm: Conduct type II/III hypothesis testing on the MMRM fit...

View source: R/interop-car.R

Anova.mmrmR Documentation

Conduct type II/III hypothesis testing on the MMRM fit results.

Description

Conduct type II/III hypothesis testing on the MMRM fit results.

Usage

Anova.mmrm(
  mod,
  type = c("II", "III", "2", "3"),
  tol = sqrt(.Machine$double.eps),
  ...
)

Arguments

mod

(mmrm)
the fitted MMRM.

type

(string) type of test, "II", "III", '2', or '3'.

tol

(numeric) threshold blow which values are treated as 0.

...

not used.

Details

Anova will return anova object with one row per variable and columns ⁠Num Df⁠(numerator degrees of freedom), ⁠Denom Df⁠(denominator degrees of freedom), ⁠F Statistic⁠ and ⁠Pr(>=F)⁠.


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