Confidence Intervals for Model Coefficients
Computes confidence intervals for model coefficients based on the Student’s t distribution.
model (Model): The model object
(e.g., from lm() or imported).
level (Float): Confidence level
(default 0.95).
Columns = term, lower,
upper.
conf_int(model)
conf_int(model, 0.99)