I've updated the stopping rule in analysis/match/match_controlactual.R so that it's based on the increase in matching coverage, rather than the absolute coverage. I've also increased the number of matching rounds to match_strategy_a$n_match_rounds=4, as some parts of the code were not being tested when n_match_rounds=2.
I've updated the stopping rule in
analysis/match/match_controlactual.R
so that it's based on the increase in matching coverage, rather than the absolute coverage. I've also increased the number of matching rounds tomatch_strategy_a$n_match_rounds=4
, as some parts of the code were not being tested whenn_match_rounds=2
.