did_plot_selection() takes fitted object from did() to generate a plot on model selection.
if equivalence = TRUE, equivalence region -- controlled by eL (lower bound) and eU (upper bound) -- is superimposed on the graph.
@naoki-egami Can you test this function on the repeated cross-section data? I want to make sure this also works on RCS (under method = 'parametric') before merging to master.
did_plot_selection()
takes fitted object fromdid()
to generate a plot on model selection.equivalence = TRUE
, equivalence region -- controlled byeL
(lower bound) andeU
(upper bound) -- is superimposed on the graph.@naoki-egami Can you test this function on the repeated cross-section data? I want to make sure this also works on RCS (under
method = 'parametric'
) before merging to master.