
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Estimates, p-values, and confidence intevals for linear hypothesis testing, possibly adjusted for multiple comparisons.
# S3 method for glht2
summary(
object,
confint = TRUE,
conf.level = 0.95,
transform = NULL,
seed = NULL,
rowname.rhs = TRUE,
...
)
a glht2
object.
[logical] should confidence intervals be output
[numeric 0-1] level of the confidence intervals.
[function] function to backtransform the estimates, standard errors, null hypothesis, and the associated confidence intervals
(e.g. exp
if the outcomes have been log-transformed).
[integer] value that will be set before adjustment for multiple comparisons to ensure reproducible results.
Can also be NULL
: in such a case no seed is set.
[logical] when naming the hypotheses, add the right-hand side (i.e. "X1-X2=0" instead of "X1-X2").
argument passed to multcomp:::summary.glht
, e.g. argument test
to choose the type of adjustment for multiple comparisons.