Skip to content

NMAR 0.1.2

Latest

Choose a tag to compare

@Iwaniukooo11 Iwaniukooo11 released this 04 Feb 17:48
f9e5de9
  • Bootstrap replicate evaluation backend is now configurable via options(nmar.bootstrap_apply = "auto"|"base"|"future"). Default bootstrap behavior (nmar.bootstrap_apply = "auto") uses base::lapply() unless the current future plan has more than one worker; if so, it uses future.apply::future_lapply(future.seed = TRUE) when available.
  • Exptilt validation now rejects non-finite values (e.g., Inf, -Inf) in covariates (and non-finite observed outcomes).