Skip to contents

Calculate pairwise adjusted Rand indices across subsamples of data

Usage

subsample_pairwise_aris(data_list_subsamples, settings_matrix)

Arguments

data_list_subsamples

A list of subsets of a larger data_list. See ?subsample_data_list to obtain this object.

settings_matrix

A settings_matrix.

Value

pairwise_ari_df Dataframe containing a column for row (which row of the original settings_matrix the rest of the information corresponds to), mean_ari (the average adjusted Rand Index across all subsamples), and ari_sd (the standard deviation of the adjusted Rand Indices).