View source: R/stats-functions.R
summarize_model | R Documentation |
Compute coefficients and confidence intervals from a fitted model object (e.g., from lme4::lmer
or limma::lmFit
).
summarize_model(model, label = NULL)
model |
Fitted model object. |
label |
Optional parameter to add a label to the resulting |
data.table
object with coefficients and CIs.
Ayush Noori
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.