Generates a list of nodes lists for the first level of the CAT decision tree
create_level_1(bank, crit, dens_vec, C, nres, prob_array)matrix of the item bank. Rows represent items, and columns
represent parameters. If the model is "GRM", the first column
represents the alpha parameters and the next columns represent the
beta parameters. If the model is "NRM", odd columns represent
the alpha parameters and even columns represent beta
parameters
item selection criterion. Options: "MEPV" for Minimum Expected Posterior Variance and "MFI" for Maximum Fisher Information
vector of the a priori density function values of the evaluated ability levels
vector of item capacities
vector of number of possible responses for every item
3-D array of probability responses. Dim 1 represent items, dim 2 represent evaluated ability levels and dim 3 represent possible responses
A list of lists. Each of these lists represent a node of the first level of the decision tree