Conduct type II/III hypothesis testing on the MMRM fit results.
Anova.mmrm(
mod,
type = c("II", "III", "2", "3"),
tol = sqrt(.Machine$double.eps),
...
)
(mmrm
)
the fitted MMRM.
(string
) type of test, "II", "III", '2', or '3'.
(numeric
) threshold blow which values are treated as 0.
not used.
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)
.