rasch.pairwise(dat, conv = 1e-04, maxiter = 3000, progress = TRUE,
b.init = NULL)
## S3 method for class 'rasch.pairwise':
summary(object,...)rasch.pairwiserasch.pairwise with following entrieseps=exp(-b)summary.rasch.pairwise for a summary.
A slightly different implementation of this conditional pairwise method
is implemented in
rasch.pairwise.itemcluster.
Pairwise marginal likelihood estimation (also labeled as pseudolikelihood
estimation) can be conducted with rasch.pml3.data(data.read)
mod <- rasch.pairwise( data.read )
summary(mod)Run the code above in your browser using DataLab