checkingMissingVars: checkingMissingVars

Description Usage Arguments Value

View source: R/checkingMissingVars.R

Description

check for missing variables in the variable lists specified by types

Executed By:


Executes Routines: getVarList.R

Usage

1
2
checkingMissingVars(checkData, data_names, betavalues, types, allMissing,
  returnData)

Arguments

checkData

data.frame in which to check for missing values

data_names

data.frame of variable metadata from data_Dictionary.csv file

betavalues

data.frame of model parameters from parameters.csv

types

character vector of names of variable lists to check for missing values

allMissing

TRUE/FALSE indicating whether to flag 'any missing values' or 'all missing values'

returnData

TRUE/FALSE indicated whether the data checked for missing values should be returned as part of the missing list output

Value

missing list of number of missing variables k, names of variables with missing values datalstMissingdata and the type of variable list with missing values


tbep-tech/tbepRSparrow documentation built on Oct. 9, 2020, 6:24 a.m.