This function calculates contrasts for a fitted linear model.
Usage
# Default S3 method
fit_contrasts(object, conmat, colind, se = TRUE, ...)
Value
A list containing the following elements:
conmat
: Contrast matrix.sigma
: Residual standard error.df.residual
: Degrees of freedom for residuals.estimate
: Estimated contrasts.se
: Standard errors of the contrasts (ifse = TRUE
).stat
: t-statistics for the contrasts (ifse = TRUE
).prob
: Probabilities associated with the t-statistics (ifse = TRUE
).stat_type
: Type of the statistics calculated.