filter_na_count {structToolbox}R Documentation

filter_na_count class

Description

Filters features by the number of NA per class

Usage

filter_na_count(threshold, factor_name, ...)

Arguments

threshold

the maximum number of NA allowed per level of factor_name

factor_name

the sample_meta column name to use

...

additional slots and values passed to struct_class

Value

struct object

Examples

D = MTBLS79_DatasetExperiment()
M = filter_na_count(threshold=3,factor_name='class')
M = model_apply(M,D)


[Package structToolbox version 1.0.1 Index]