get_jarrad_index_df_fromlist {CrossICC}R Documentation

Title get jaccard index of list factors

Description

Title get jaccard index of list factors

Usage

get_jarrad_index_df_fromlist(list1, list2, universe = NULL)

Arguments

list1

a list that contains a lot vectors

list2

a list that contains a lot vectors

universe

(Optional) total number of all strings that vec1 and vec2 comes from

Value

a data frame of Jaccard index or a list contains two dataframe (jaccard index and Fisher's test P value list )


[Package CrossICC version 1.0.0 Index]