summary.Wald_lmm | R Documentation |
Estimates, p-values, and confidence intevals for linear hypothesis testing, possibly adjusted for multiple comparisons.
## S3 method for class 'Wald_lmm'
summary(
object,
print = TRUE,
seed = NULL,
columns = NULL,
legend = TRUE,
digits = 3,
digits.df = 1,
digits.p.value = 3,
sep = ": ",
...
)
object |
an |
print |
[logical] should the output be printed in the console. Can be a vector of length 2 where the first element refer to the global tests and the second to the individual tests. |
seed |
[integer] value that will be set before adjustment for multiple comparisons to ensure reproducible results.
Can also be |
columns |
[character vector] Columns to be displayed for each null hypothesis.
Can be any of |
legend |
[logical] should explanations about the content of the table be displayed. |
digits |
[interger, >0] number of digits used to display estimates. |
digits.df |
[interger, >0] number of digits used to display degrees-of-freedom. |
digits.p.value |
[interger, >0] number of digits used to display p-values. |
sep |
[character] character string used to separate the type of test (e.g. mean, variance) and the name of the test. |
... |
arguments |
By default a single step max-test adjustment adjustment is performed in presence of multiple comparisons.
It is carried out either using the multcomp package (equal degrees-of-freedom, method="single-step"
)
or using the copula package (unequal degrees-of-freedom, method="single-step2"
).
See the argument method
of confint.Wald_lmm
for other adjustments for multiple comparisons.
When considering multiple multivariate Wald tests, adjustment for multiple comparisons for the univariate Wald tests is performed within each multivariate Wald test.
The number of tests ajusted for equal the first degree-of-freedom of the multivariate Wald statistic.
Adding the value "type"
in argument "columns"
ensures that the type of parameter that is being test (mean, variance, correlation) is output.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.