remove_missingdata: A function used to remove missing data

View source: R/remove_missingdata.R

remove_missingdataR 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.


GLIDE documentation built on May 28, 2022, 1:08 a.m.