Compute coefficients and confidence intervals from a fitted model object (e.g., from lme4::lmer or limma::lmFit).

summarize_model(model, label = NULL)

Arguments

model

Fitted model object.

label

Optional parameter to add a label to the resulting data.table.

Value

data.table object with coefficients and CIs.

Author

Ayush Noori