gen_resampling_index: Given resampled vectors, gives matching index of original variables
Description
This function takes in original vectors, and resampled editions,
it spits back the matching index of the original variables
for the new resampled ones.
Usage
gen_resampling_index(orig_list, sampled_list)
Arguments
orig_list
List of original data vectors.
Value
Returns an index vector.