summary.glht2 {lavaSearch2} | R Documentation |
Outcome of Linear Hypothesis Testing
Description
Estimates, p-values, and confidence intevals for linear hypothesis testing, possibly adjusted for multiple comparisons.
Usage
## S3 method for class 'glht2'
summary(
object,
confint = TRUE,
conf.level = 0.95,
transform = NULL,
seed = NULL,
rowname.rhs = TRUE,
...
)
Arguments
object |
a |
confint |
[logical] should confidence intervals be output |
conf.level |
[numeric 0-1] level of the confidence intervals. |
transform |
[function] function to backtransform the estimates, standard errors, null hypothesis, and the associated confidence intervals
(e.g. |
seed |
[integer] value that will be set before adjustment for multiple comparisons to ensure reproducible results.
Can also be |
rowname.rhs |
[logical] when naming the hypotheses, add the right-hand side (i.e. "X1-X2=0" instead of "X1-X2"). |
... |
argument passed to |