Anova.mmrm | R Documentation |
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),
...
)
mod |
( |
type |
( |
tol |
( |
... |
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)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.