Extracts the estimated coefficients and their confidence intervals.
Extracts the estimated coefficients and their confidence
## S3 method for class 'feglm'autoplot(object,...)## S3 method for class 'felm'autoplot(object,...)
Arguments
object: A fitted model object.
...: Additional arguments passed to the method. In this case, the additional argument is conf_level, which is the confidence level for the confidence interval.
Returns
A ggplot object with the estimated coefficients and their confidence intervals.
A ggplot object with the estimated coefficients and their confidence intervals.