make_output: Combine the results of rollmatch into a tidy list for output

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Combine the results of rollmatch into a tidy list for output

Usage

1
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

1
2
3
4
## Not run:  
print('See add_balance_table for full example')

## End(Not run)

rollmatch documentation built on July 8, 2020, 6:56 p.m.