make_output {rollmatch} | R Documentation |
Combine the results of rollmatch into a tidy list for output
Description
Combine the results of rollmatch into a tidy list for output
Usage
make_output(scored_data, data, matches, treat, tm, entry, id, lookback)
Arguments
scored_data |
The dataframe from score_data() |
data |
See rollmatch() |
matches |
Dataframe containing the matches from comparison_pool |
tm |
See rollmatch() |
entry |
See rollmatch() |
id |
See rollmatch() |
lookback |
See rollmatch() |
Value
output
returns a list. See rollmatch()
Examples
print('See add_balance_table for full example')
[Package rollmatch version 2.0.4 Index]