Learn R Programming

RTaxometrics (version 2.4)

RemoveMissingData: Removes missing data

Description

This function performs listwise deletion of missing data

Usage

RemoveMissingData(x)

Arguments

x

The data matrix

Value

Data after listwise deletion of missing data

Details

Called by higher-order functions; users do not need to call this function directly.