Learn R Programming

abn (version 3.1.1)

check.which.valid.nodes: Set of simple checks on the list given as parent limits

Description

Set of simple checks on the list given as parent limits

Usage

check.which.valid.nodes(data.df = NULL, which.nodes = NULL, group.var = NULL)

Value

integer vector of column indexes of valid nodes in data.df

Arguments

data.df

data frame

which.nodes

a vector giving the column indices of the variables to be included, if ignored all variables are included.

group.var

not yet implemented