validate: validate

Description Usage Arguments Details Author(s) Examples

Description

Provides some diagnostics on the goodness of control fit to the test groups: average difference, proportion of difference to test group average, and if there are any duplicats present in the controls.

Usage

1
validate(output_df)

Arguments

output_df

The data frame that contains all tests and selected controls

Details

If there are duplicates in the controls, the functions output will be a vector of row numbers which contain the duplicated controls.

Author(s)

Nicholas Sun <nicholas.sun@rutgers.edu>

Examples

1
2
output <- one_factor_search(raw_tests, raw_controls)
validate(output)

njjms/matchr documentation built on May 7, 2019, 3:15 p.m.