lmmtest | R Documentation |
lmmtest is used to test fixed effects or contrasts of fixed effects by t-statistic.
lmmtest(
fit,
index,
contrast = NULL,
alternative = c("two.sided", "less", "greater")
)
fit |
Output of |
index |
A vector of integers or characters indicating which fixed effects are to be tested. By default index consists of all of the fixed effects. Ignored if contrast is not NULL. |
contrast |
A matrix with columns corresponding to contrasts of the fixed effects to be tested. |
alternative |
A character string specifying the alternative hypothesis, one of "two.sided", "greater" or "less". |
A matrix of coefficients, t-values and p-values, in which the rows correspond to the features and the columns the fixed effects (covariates). .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.