Learn R Programming

rollmatch (version 2.0.4)

make_output: 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)

Value

output returns a list. See rollmatch()

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()

Examples

Run this code
# \donttest{ 
print('See add_balance_table for full example')
# }

Run the code above in your browser using DataLab