Checks for missing data and performs listwise deletion if any is detected.
Usage
RemoveMissing(data)
Arguments
data
For a between subjects design, a matrix of cases (rows) by scores (column 1) and group codes (column 2). For a within subjects design, a matrix of scores with each sample in its own column (matrix).
Value
Data matrix with any missing data removed using listwise deletion of cases.
References
Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013)