compare_pool: Create a dataframe of comparisons between all treatment and control data.
Description
Create a dataframe of comparisons between all treatment and control data.
Usage
compare_pool(scored_data, treat, tm, entry, id)
Value
Dataframe comparing all treatment and control data
Arguments
- scored_data
The dataframe from score_data()
- tm
See rollmatch()
- entry
See rollmatch()
- id
See rollmatch()
Examples
Run this code# \donttest{
print('See add_balance_table for full example')
# }
Run the code above in your browser using DataLab