load.inc.exc: Load control inclusion or exclusion data from file

Description Usage Arguments

View source: R/input.loading.R

Description

This function loads several variants of control inclusion or exclusion data from file into a list of variable data. Inclusions and exclusions are specified in the same format and thus handled identically by this function.

Usage

1
load.inc.exc(filename)

Arguments

filename

character vector, name of a file containing control inclusion or exclusion data, or the string "NA". format for this file is: per row, a variable name, and optionally a comma-delimited list of variable categories denoting valid controls. for backwards compatibility, a variant of this file only containing the first column is permitted, in which case all non-zero levels of the variable will be considered inclusion levels.


NCI-CGR/construct.model.matrix documentation built on Aug. 10, 2021, 8:53 a.m.