coclustering_coverage_check: Coclustering coverage check

View source: R/coclustering.R

coclustering_coverage_checkR Documentation

Coclustering coverage check

Description

Check if coclustered data has at least one subsample in which every pair of observations were a part of simultaneously.

Usage

coclustering_coverage_check(cocluster_df, action = "warn")

Arguments

cocluster_df

data frame containing coclustering data.

action

Control if parent function should warn or stop.

Value

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.


metasnf documentation built on April 3, 2025, 5:40 p.m.