I am using the matchit package in R to match a data sample with treatment. The function is something like sales = price + location_zip. The prodcut has one other characteristics: category (ie., with numbers 1,2,3...). If I don't want to the matched control product in the same category (excluding matching within the same category), is there any good way to do it?
Thanks