getDits {PanelMatch} | R Documentation |
getDits returns a vector of Dit values, as defined in the paper. They should be in the same order as the data frame containing the original problem data.
Description
getDits returns a vector of Dit values, as defined in the paper. They should be in the same order as the data frame containing the original problem data.
Usage
getDits(matched_sets, data)
Arguments
matched_sets |
matched.set object |
data |
data.frame object |
Value
vector of Dits, as described in Imai et al. (2023)
[Package PanelMatch version 2.2.0 Index]