ladderOptima: Seek optimum row subsets

Description Usage Arguments

Description

This function conducts a heuristic search for row subsets that minimize the number of omitted rows that remove all missing values from a given matrix.

Usage

1
ladderOptima(mat, pareto = FALSE, to.remove = FALSE)

Arguments

mat

A matrix.

pareto

Logical; whether to restrict the results to Pareto-optimal subsets.

to.remove

Logical; whether to return subsets of rows and columns to keep (FALSE) or to remove (TRUE).


corybrunson/missing documentation built on May 13, 2019, 10:52 p.m.