powered by
"print"(x, ...)
mrm
print
#Simulate data matrix conforming to a mixed Rasch model with two classes data <- sim.mrm(1000, 20, c(.5, .5)) #Parameter estimation fit <- mrm(data$data.matrix, 2) print(fit)
Run the code above in your browser using DataLab