Returns the number of missing values of every track
variable denoted in variable_names
by cell id.
nMissingValuesTracks(object, variable_names, phase = NULL, verbose = NULL)
object | A valid cypro object. |
---|---|
phase | Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase. If set to NULL takes the phase denoted as default with Ignored if the experiment design contains only one phase. |
verbose | Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
A summarized data.frame. Each row contains the number of missing values a cell has in the respective variable.