Conduct type II/III hypothesis testing on the MMRM fit results.
Source:R/interop-car.R
Anova.mmrm.Rd
Conduct type II/III hypothesis testing on the MMRM fit results.
Details
Anova()
will return an anova
object with one row per variable.
If test.statistic = "F"
, columns will be Num Df
(numerator degrees of
freedom), Denom Df
(denominator degrees of freedom), F Statistic
, and
Pr(>=F)
.
If test.statistic = "Chisq"
, columns will be Chisq
(the Chi-squared
test statistic), Df
(degrees of freedom), and Pr(>=Chisq)
(p-value).