Learn R Programming

cat.dt (version 0.3.0)

create_last_level: CAT decision tree last level generator

Description

Generates a list of node lists for the last level of the CAT decision tree

Usage

create_last_level(nodes_prev, nres, level, prob_array, SE)

Arguments

nodes_prev

list of node lists of the nodes from the previous level

nres

vector of number of possible responses for every item

level

last-level number (equals the length of the test plus one)

prob_array

3-D array of probability responses. Dim 1 represent items, dim 2 represent evaluated ability levels and dim 3 represent possible responses

SE

minimum standard error of the ability level

Value

A list of lists. Each of these lists represent a node of the last level of the decision tree