Questions tagged [matching]

Matching refers to a process in experimental design in which observations are sampled in a systematic, non-random fashion to be analyzed more efficiently with special statistical methods.

Matching is a process used mainly to gain efficiency in experimental design. For example, in a case control study, participants who experienced a disease of interest may be matched to healthy cases and a logistic regression model may be used to assess the relative risk for a particular exposure, like smoking.

Matching can reduce the sample size drastically. However, comparisons are more highly balanced leading to greater precision in carefully matched samples. Matching, like stratification or adjustment in regression modeling, allows a researcher to control for variables that may have confounding or blocking impact. Unlike adjustment, matching may relieve the need to make assumptions about the functional form of the matching factor and the outcome.

Matching may be specified 1-to-1 or 10-to-1 or any fixed proportion that the researcher feels to be appropriate. Specialized methods for analyzing matched data include a paired t-test, linear regression models with an offset, conditional logistic regression, McNemar's test, and heirarchical linear models.

574 questions
9
votes
2 answers

MatchIt output using Coarsened Exact Matching

I'm using a package Matchit in R to do matching. Below is a sample output from a method: Coarsened Exact Matching (cem). Can someone tell me what Matched (ESS) means in the summary() when I use method = "cem"? Sample sizes …
Ka Lee
  • 171
7
votes
1 answer

Is it possible to parallelize a matching method?

I am working with matching as descibed in this paper (*.pdf). The dataset I use is quite large, I therefore had to extract a (sub)-sample from it, in order to actually get anywhere. I am using the MatchIt package in R (written in conjuction with the…
Repmat
  • 3,562
4
votes
1 answer

Can I include variables used for matching in the post-matching estimated equation?

I would like to apply Coarsened Exact Matching (CEM) on my data to reduce the differences between the characteristics of the treated and those of the untreated. I was advised to do matching to reduce these differences and then to apply some…
bretauv
  • 143
2
votes
1 answer

Estimating a weighted regression based on weighted sample from Generalized Random Forest (grf) package

I am using the grf package from R (https://grf-labs.github.io/grf/articles/grf.html) for treatment effect analysis. The package runs a procedure to identify a matched (or weighted) sample of treatment and control units. I would like to use the…
Fred
  • 21
1
vote
0 answers

Understanding Monotonic Imbalance Bounding (MIB) vs Equal Percent Bias Reducing (EPBR) classes of matching methodologies

There are 2 major classes of matching methods, according to a content analysis by King and Nielsen (2018). They are: Equal Percent Bias Reducing (EPBR) Monotonic Imbalance Bounding (MIB) Mahalanobis Distance Matching (MDM) is an example of EPBR…
Hack-R
  • 1,015
1
vote
2 answers

Separate Matching Analyses for Heterogenous ATT Effects

I have three treatments, and I'm trying to calculate the ATTs. The literature in my field seems to deal with this one of two ways. The first way involves conducting separate matching procedures for each treatment and then calculating the ATT. Each…
1
vote
1 answer

Is there a name for simple categorical matching / distance matching hybrid?

I have a cohort of individuals I need to match. I'm matching over age, gender, and location, but this isn't enough to get good results from just distance matching or propensity score matching. Is there a name for a simple method of matching over…
Colin
  • 23
1
vote
0 answers

Using subclass in estimating the ATE in Matchit package in R

I am attempting exact matching using Matchit package in R. I get both weights and subclass as outputs of this matching procedure. Based on paper by Ho, Imai, King and Stuart (2007) section 3.3, with subclassification, we need to estimate the average…
Mona
  • 11
0
votes
1 answer

Do exact matching variables need to be included when estimating effects after matching with the MatchIt package?

Do exact matching variables need to be included when estimating effects after matching with the MatchIt package? Take the following example (adapted from the MatchIt vignette on estimating effects after…
nicholas
  • 103
0
votes
0 answers

"Reverse" case-control: is there a way to match most DISsimilar "controls" to my cases?

For one of my analyses, I have to find cases that are most different from my cases. It's like case-control matching, but "controls" should be as different as possible. What would be a good method to do this? Thanks!
0
votes
1 answer

How to analyze the continuous covariate between two groups (ratio: 1:2, 1:3 or 1:4)which had been matched by PSM?

We plan to conduct a research for exploring the risk factors for a cardiovascular disease by a case-control study. The covariates are expected to be balanced between case and control groups by the Propensity Score Matching. We will compare the…
0
votes
1 answer

How to data entry for a matched case control study

Please tell me how to enter my samples in excel can I first enter cases then controls in same sheet? What about match ID and group indicator?
YazhinI
  • 11
0
votes
0 answers

Data matching technique

I have a database of different clients and I know from which countries these customers source their good from. E.g. XZY company sources 80% of the goods from China 10% from India and 10% from Russia. ABC company sources 70% of the goods from Brazil…
0
votes
1 answer

Determining matching units to evaluate program

I introduced some treatment to a school (let’s say PS142) and I want to know if my treatment improved students’ math scores compared to the control group. PS142 has 10% minority students and 15 % low income students. NYC department of education…