vignettes/performance/distance-sparse-caliper.R

library(profr)
library(optmatch)

load("setup.rda")

gc()
benchmark.sparse.caliper <- profr(result.sparse.caliper <- match_on(x =
predicted, z = DATA$Z, caliper = 1))

save(file = "distance-sparse-caliper.rda",
     benchmark.sparse.caliper,
     result.sparse.caliper)

Try the optmatch package in your browser

Any scripts or data that you put into this service are public.

optmatch documentation built on Nov. 16, 2023, 5:06 p.m.