remove_missingdata {GLIDE} | R Documentation |
A function used to remove missing data
Description
It is used to remove samples which have NA/missing data in covariates.
Usage
remove_missingdata(data)
Arguments
data |
data is a dataframe. |
Value
row index of the input data which don't have missing values.
[Package GLIDE version 1.0.5 Index]