filter_nr_tp_min {MultIS}R Documentation

Filters for a minimum number of time points/measurements

Description

Filters for a minimum number of time points/measurements

Usage

filter_nr_tp_min(dat, min = 6)

Arguments

dat

The readout matrix to filter.

min

The minimum number of measurements where an IS needs to have a value that is not 0 or NA.

Value

A matrix with only ISs that have more than 'min' columns that are not 0 or NA.


[Package MultIS version 0.6.2 Index]