maxMissing: Exclude Cases with N Missing Values

View source: R/maxMissing.R

maxMissingR Documentation

Exclude Cases with N Missing Values

Description

Exclude cases that pass some specified threshold for allowable missing cases

Usage

maxMissing(data, maxNA = 0, nonX)

Arguments

data

Matrix to be transformed

maxNA

Maximum number of missing values for row

nonX

Number of leading non-score variables in datafile

Details

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

Value

Reduced dataset excluding people beyond threshold missing values


funfield-lab/fancyr documentation built on Nov. 21, 2023, 2:42 p.m.