fit_lm_contrasts | R Documentation |
This function computes contrasts and beta statistics for a fitted linear model.
fit_lm_contrasts(fit, conlist, fcon, vnames, se = TRUE)
fit |
A fitted linear model object. |
conlist |
A list of contrast matrices. |
fcon |
A list of F-contrasts. |
vnames |
Variable names corresponding to the model coefficients. |
se |
Logical. Whether to compute standard errors. Default is |
A list containing contrasts, beta statistics, and the fitted model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.