Set of simple commonsense validity checks on the data.df and data.dists arguments
check.valid.data(data.df = NULL, data.dists = NULL, group.var = NULL)
list of indexes for each distribution type
a list of the indexes for each distribution type
data frame with names corresponding to variable/node names.
list specifying each columns distribution type. Names correspond to column names and values must be one of "gaussian", "binomial", "poisson", "multinomial".
not yet implemented