maxMissing | R Documentation |
Exclude cases that pass some specified threshold for allowable missing cases
maxMissing(data, maxNA = 0, nonX)
data |
Matrix to be transformed |
maxNA |
Maximum number of missing values for row |
nonX |
Number of leading non-score variables in datafile |
The dataset must be set up to have a format of identifier variables FOLLOWED BY (and ENDING WITH) scores in response to the inventory to be executed correctly
Reduced dataset excluding people beyond threshold missing values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.