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