Visualise point estimates and confidence intervals of OLS and IV estimates.
plot_coef(out,
ols.methods = c("analy","bootc","boott"),
iv.methods = c("analy","bootc","boott","ar","tf"),
main = NULL, ylab = "Coefficient", grid = TRUE,
stats = TRUE, ylim = NULL)A base R plot object.
output from ivDiag::ivDiag.
a vector specifying the inferential methods for OLS to be shown. The default is c("analy","bootc","boott").
a vector specifying inferential methods for 2SLS to be shown. The default is c("analy","bootc","boott","ar","tf").
a string specifying the title of the plot.
a string specifying ylab of the plot.
a logical flag indicating whether to show the grids.
a logical flag indicating whether to show the statistics, including the effective F, the number of observations, and the number of clusters (if applicable).
a two-element vector specifying the range of the y-axis.
ivDiag