RemoveMissingPercent: Data processing: remove variables with missing values
Description
Remove variables based upon a user-defined percentage cut-off of missing values.
If a user specifies a threshold of 20
in at least 20
Usage
RemoveMissingPercent(mSetObj, percent)
Arguments
mSetObj
Input the name of the created mSetObj (see InitDataObjects)
percent
Input the percentage cut-off you wish to use. For instance, 50 percent is represented by percent=0.5.