convert_model | R Documentation |
This is especially handy for converting IRT models with less parameters (such as 1 parameter logistic model) to higher dimensional models such as three parameter logistic model.
convert_model(ip, target_model = "3PL")
## S4 method for signature 'Item'
convert_model(ip, target_model = "3PL")
## S4 method for signature 'Itempool'
convert_model(ip, target_model = "3PL")
## S4 method for signature 'Testlet'
convert_model(ip, target_model = "3PL")
ip |
An |
target_model |
The target model that the conversion will be made. |
An 'Item' object with new model parameters will be returned.
Emre Gonulates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.