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 sums of each distribution types (abbreviated) as names.
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