sanitizeModel {TestDesign} | R Documentation |
(Internal) Sanitize item model names for C++ functions
Description
sanitizeModel
is an internal function for
sanitizing item model names to be passed onto C++ functions.
Usage
sanitizeModel(model)
Arguments
model |
a vector containing item model names. |
Value
sanitizeModel
returns a numeric vector, with
item_1PL
converted to1
item_2PL
converted to2
item_3PL
converted to3
item_PC
converted to4
item_GPC
converted to5
item_GR
converted to6
[Package TestDesign version 1.7.0 Index]