fit_rasch | R Documentation |
parameter estimation for for rasch models.
fit_rasch(X, modelType, estimation_param)
X |
a numeric vector containing the index numbers of the items in dset that are used to fit the model |
modelType |
a character value defining the rasch model to fit. Possible values: RM, PCM, RSM |
estimation_param |
options for parameter estimation using estimation_control |
a model of the class depending of modelType and estimation_param$est.If no model can be fit, NULL is returened.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.