filter_na_count {structToolbox} | R Documentation |
Filters features by the number of NA per class
filter_na_count(threshold, factor_name, ...)
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 |
struct object
D = MTBLS79_DatasetExperiment() M = filter_na_count(threshold=3,factor_name='class') M = model_apply(M,D)