linking white paper and lower case irt model selection
This commit is contained in:
@ -11,7 +11,7 @@ class ItemResponseFunction():
|
||||
def calculate(self, **kwargs):
|
||||
if self.model_data.model == '3PL':
|
||||
return ThreeParameterLogistic(self.model_data, kwargs).result()
|
||||
elif self.model_data.model == 'RASCH':
|
||||
elif self.model_data.model == 'rasch':
|
||||
return Rasch(self.model_data, kwargs).result()
|
||||
else:
|
||||
raise ItemGenerationError("irt model not supported or provided")
|
||||
|
Reference in New Issue
Block a user