create_last_level: CAT decision tree last level generator

Description Usage Arguments Value Author(s)

View source: R/create_last_level.R

Description

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

Usage

1
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

Author(s)

Javier Rodríguez-Cuadrado


cat.dt documentation built on March 31, 2021, 5:07 p.m.