predict.cat.dt: Predict S3 method for 'cat.dt'

Description Usage Arguments Value Author(s)

View source: R/CAT_ability_est.R

Description

Predict S3 method for cat.dt

Usage

1
2
## S3 method for class 'cat.dt'
predict(object, res, ...)

Arguments

object

A cat.dt object returned by CAT_DT.

res

Vector containing the test taker's responses to every item

...

Not used

Value

A list containing the following elements:

$estimation Estimated ability level after each level of the tree.

$linf Lower limit of the final estimation at 95

$lsup Upper limit of the final estimation at 95

$items Administered item in each level.

$graphics Plot object of the evolution of the ability level estimation. It shows the ability level estimation after the individual has answered to every administered item.

Author(s)

Javier Rodr?guez-Cuadrado


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