I want to use Coarsened Exact, however, I didn't understand why the weights calculated are different for the code below:
Could please anyone help me out? Which one is correct?
Could please anyone help me out? Which one is correct?
Code:
sysuse auto,clear cem weight price turn rep78(1 2 3 4 5) length,treat(foreign) su cem_weights cem weight price turn rep78(1 (1) 5) length,treat(foreign) su cem_weights
Comment