View source: R/sCorrect-summary.glht2.R
| summary.glht2 | R Documentation | 
Estimates, p-values, and confidence intevals for linear hypothesis testing, possibly adjusted for multiple comparisons.
## S3 method for class 'glht2'
summary(
  object,
  confint = TRUE,
  conf.level = 0.95,
  transform = NULL,
  seed = NULL,
  rowname.rhs = TRUE,
  ...
)
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   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.