estimateContrasts2: Estimate two-factor contrasts

View source: R/estimateContrasts2.R

estimateContrasts2R Documentation

Estimate two-factor contrasts

Description

Internal implementation for contrast estimation from balanced two-factor linear models.

Usage

estimateContrasts2(contrast.matrix, fit, alpha = 0.05, row = TRUE, L, FUN)

Arguments

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.

Value

A matrix of contrast estimates and Tukey-adjusted p-values.


s20x documentation built on July 1, 2026, 9:06 a.m.