handleNA {RCTS} | R Documentation |
Function with as input a dataframe. (this will be "Y" or "to_divide") It filters out rows with NA.
Description
Function with as input a dataframe. (this will be "Y" or "to_divide") It filters out rows with NA.
Usage
handleNA(df)
Arguments
df |
input |
Value
list with a dataframe where the rows with NA are filtered out, and a dataframe with only those rows
[Package RCTS version 0.2.4 Index]