Coefficient point-and-interval plot for an ame_als or
lame_als fit. The body builds the same frame
autoplot.lame uses, sourcing the point estimate from
coef(fit) and the interval from confint(fit) (sandwich
or bootstrap, depending on which is available). which =
"beta" is the only mode supported; which = "uv" /
"ab" return an informative error.
# S3 method for ame_als
autoplot(object, which = c("beta", "uv", "ab"), conf.level = 0.95, ...)# S3 method for lame_als
autoplot(object, which = c("beta", "uv", "ab"), conf.level = 0.95, ...)
A ggplot object.
A fitted ame_als / lame_als object.
One of "beta" (currently the only supported
value).
Confidence level for the interval. Default
0.95.
Passed to vcov.ame_als / confint.ame_als
(e.g. cluster).