Closed benthestatistician closed 9 years ago
At the beginning of .fullmatch.with.recovery, decision as to whether to trigger recovery is based on whether
.fullmatch.with.recovery
(mxctl.r * dim(d.r)[1] >= prod(dim(d.r)[2], omf.r, na.rm=TRUE)
is TRUE. I think the criterion should instead be
TRUE
(mxctl.r * dim(d.r)[1] >= prod(dim(d.r)[2], 1-omf.r, na.rm=TRUE)
Fixed in 59085225.
At the beginning of
.fullmatch.with.recovery
, decision as to whether to trigger recovery is based on whetheris
TRUE
. I think the criterion should instead be