updateThetaUsingCombined: Update theta estimates using combined responses from a test

View source: R/routing_functions.R

updateThetaUsingCombinedR Documentation

Update theta estimates using combined responses from a test

Description

updateThetaUsingCombined is a function for updating examinee objects after completing a module. updateThetaUsingCombined adds final theta estimates using all administered items in the test. A test may consist of multiple phases.

Usage

updateThetaUsingCombined(examinee_object, current_module_position, config)

Arguments

examinee_object

an examinee object.

current_module_position

the current module position.

config

a config_Shadow object. The config for obtaining final estimates is used.

Value

an examinee object with its estimated_theta_by_test slot updated.


maat documentation built on May 18, 2022, 9:07 a.m.