Description Usage Arguments Details Author(s) Examples
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.
1 | validate(output_df)
|
output_df |
The data frame that contains all tests and selected controls |
If there are duplicates in the controls, the functions output will be a vector of row numbers which contain the duplicated controls.
Nicholas Sun <nicholas.sun@rutgers.edu>
1 2 | output <- one_factor_search(raw_tests, raw_controls)
validate(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.