Skip to contents

Group missing data patterns based on tolerance with a graph

Usage

oar_missing_data_graph(dm, tol = 0.01)

Arguments

dm

a matrix of gene vector hamming distances.

tol

a numeric value indicating the maximum fraction of mismatch in genes to group as a pattern, default is 0.05.

Value

missing data pattern vector

Examples

if (FALSE) { # \dontrun{
mdp <- oar_missing_data_patterns(dm, tol = 0.01)
} # }