predict.TIRTfit {thurstonianIRT} | R Documentation |
Predict trait scores of Thurstonian IRT models
Description
Predict trait scores of Thurstonian IRT models
Usage
## S3 method for class 'TIRTfit'
predict(object, newdata = NULL, ...)
Arguments
object |
An object of class |
newdata |
Optional |
... |
Further arguments passed to the underlying methods. |
Details
When predicting trait scores of new persons (via newdata
),
posterior medians of item parameters are used for predictions. This implies
that the uncertainty in the new trait scores is underestimated as the
uncertainty in the (posterior distribution of) item parameters is ignored.
Value
A data frame with predicted trait scores.
[Package thurstonianIRT version 0.12.5 Index]