Given a data list, return a list of smaller data lists that are generated through random sampling (without replacement).
Arguments
- data_list
A nested list of input data from
generate_data_list()
.- n_subsamples
Number of subsamples to create.
- subsample_fraction
Percentage of patients to include per subsample.
- n_subjects
Number of patients to include per subsample.