f.remove.NAs: Remove NAs from a given data frame for all listed column...

Description Usage Arguments Value

Description

Remove NAs from a given data frame for all listed column indices

Usage

1
f.remove.NAs(variableIndices, originalData, track = FALSE)

Arguments

variableIndices

numeric vector, column indices for variables to check for missing values

originalData

data frame, data from which missing values should be excluded

track

logical, if TRUE (FALSE by default) print the name of the function which is currently being run

Value

data frame based on original data, all rows with missing values for any of the non-zero variables are excluded


alfcrisci/bmdModeling documentation built on May 28, 2019, 12:32 a.m.