Anova.mmrm {mmrm} | R 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 |
( |
type |
( |
tol |
( |
... |
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)
.
[Package mmrm version 0.3.15 Index]