Internal implementation for contrast estimation from balanced two-factor linear models.
estimateContrasts2(contrast.matrix, fit, alpha = 0.05, row = TRUE, L, FUN)A matrix of contrast estimates and Tukey-adjusted p-values.
contrast matrix.
fitted `lm` object.
significance level.
logical; if `TRUE`, estimate row contrasts, otherwise column contrasts.
optional number of contrasts used for adjustment.
formatting function applied to interval columns.