updateThetaUsingCombined {maat} | R 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 |
current_module_position |
the current module position. |
config |
a |
Value
an examinee
object with its estimated_theta_by_test
slot updated.
[Package maat version 1.1.0 Index]