View source: R/estimateContrasts2.R
| estimateContrasts2 | R Documentation |
Internal implementation for contrast estimation from balanced two-factor linear models.
estimateContrasts2(contrast.matrix, fit, alpha = 0.05, row = TRUE, L, FUN)
contrast.matrix |
contrast matrix. |
fit |
fitted 'lm' object. |
alpha |
significance level. |
row |
logical; if 'TRUE', estimate row contrasts, otherwise column contrasts. |
L |
optional number of contrasts used for adjustment. |
FUN |
formatting function applied to interval columns. |
A matrix of contrast estimates and Tukey-adjusted p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.