Is your feature request related to a problem? Please describe.
gen_hsa currently takes observation level data (e.g. source/destination pairs per observation). Would be good to support aggregate data (source/destination/N) as well.
Describe the solution you'd like
provide a dataframe (and variable designating from/to/N) to gen_hsa
Describe alternatives you've considered
Easy to expand the data, but with larger datasets, might have performance implications
Is your feature request related to a problem? Please describe.
gen_hsa currently takes observation level data (e.g. source/destination pairs per observation). Would be good to support aggregate data (source/destination/N) as well.
Describe the solution you'd like
provide a dataframe (and variable designating from/to/N) to gen_hsa
Describe alternatives you've considered
Easy to expand the data, but with larger datasets, might have performance implications