Learn R Programming

GLIDE (version 1.0.5)

remove_missingdata: 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.