Skip to contents

Fallback CEM Implementation (native R, no dependencies) with Person-Level Matching

Usage

cem_fallback_implementation(
  data,
  treatment_var,
  person_id_var,
  matching_variables,
  automatic_binning,
  cutpoints,
  k2k,
  control_ratio,
  keep_all,
  n_bins,
  verbose,
  original_data,
  aggregation_report
)