mv_sample_filter {structToolbox}R Documentation

Missing value filter (samples)

Description

Filters samples based on the percent number of missing values.

Usage

mv_sample_filter(mv_threshold = 20, ...)

Arguments

mv_threshold

The max percentage of missing values, above which the sample is removed.

...

additional slots and values passed to struct_class

Value

struct object

Examples

C = mv_sample_filter()

[Package structToolbox version 1.0.1 Index]