View source: R/weaveWebFromTables.R
prune_dictionary_for_exclusivity | R Documentation |
Takes the anansi dictionary in list format and prunes the larges groups based on sd from the median.
prune_dictionary_for_exclusivity(dict_list, max_sds = 3, verbose = TRUE)
dict_list |
A list that has tableY names as entries in the case of mode == "interaction" and group names in the case of mode == "membership". For general use, we recommend using the one provided in this package. |
max_sds |
a numeric, how many standard deviantions larger than the group median are groups allowed to be? |
verbose |
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets. |
a pruned anansi dictionary list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.