r_score_IM {dexter} | R Documentation |
Simulation from the interaction model
Description
Simulate item scores conditional on test scores using the interaction model
Usage
r_score_IM(m, scores)
Arguments
m |
an object produced by function |
scores |
vector of test scores |
Value
a matrix with item scores, one column per item and one row per test score. Row order equal to scores
[Package dexter version 1.5.0 Index]