View source: R/select_matches.R
select_matches | R Documentation |
Given a model for match quality and a corpus of documents, calculate the estimated match quality of each potential pairing of treated and control documents and return a matched dataset containing all pairs of documents with estimated quality above a specified threshold
select_matches(corpus, Z, mod, threshold)
corpus |
description |
Z |
treatment indicator |
threshold |
for quality scores to return |
A data.frame of matched pairs of documents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.