coclustering_coverage_check | R Documentation |
Check if coclustered data has at least one subsample in which every pair of observations were a part of simultaneously.
coclustering_coverage_check(cocluster_df, action = "warn")
cocluster_df |
data frame containing coclustering data. |
action |
Control if parent function should warn or stop. |
This function does not return any value. It checks a cocluster_df
for complete coverage (all pairs occur in the same solution at least once).
Will raise a warning or error if coverage is incomplete depending on the
value of the action parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.