Learn R Programming

mRm (version 1.1.6)

print.mrm: Print method for Objects of Class mrm.

Description

Prints arguments of an object of class mrm.

Usage

"print"(x, ...)

Arguments

x
An object of class mrm.
...
Additional parameters to print.

Examples

Run this code
#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