View source: R/finalize_data.R
finalize_data | R Documentation |
Ensures that a control retained in a data frame is used once and remove strata without any case or any control. In this process, priority is first given to the smallest strata then smallest distance if a control is matched to multiple cases (i.e., that control exists in multiple strata).
finalize_data(dfs, filter = TRUE, filterdata = NULL)
dfs |
A list of data frames generated by
|
filter |
Filter statement to apply |
filterdata |
Extra data to left join to the |
For more information, please refer to the vignette using
browseVignettes("nncc")
.
A list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.