plot_ltz {ivDiag} | R Documentation |
Visualizing Local-to-Zero Adjustment
Description
Visualise approximate sampling distributions for scalar IV coefficient with local-to-zero adjustment.
Usage
plot_ltz(out = NULL, iv_est = NULL, ltz_est = NULL, prior = NULL, xlim = NULL)
Arguments
out |
output from |
iv_est |
a two-element vector of IV estimate and standard error. |
ltz_est |
a two-element vector of local-to-zero estimate and standard error. |
prior |
a two-element vector of prior mean and standard deviation. |
xlim |
a two-element vector specifying the range of the x-axis. |
Value
A ggplot2 object.
References
Conley, Timothy G, Christian B Hansen, and Peter E Rossi. 2012. "Plausibly Exogenous." Review of Economics and Statistics 94 (1): 260–72.
See Also
[Package ivDiag version 1.0.6 Index]