print.DIFlasso function

Print Function for DIFlasso

Print Function for DIFlasso

Prints the most important output of a DIFlasso object.

## S3 method for class 'DIFlasso' print(x, ...)

Arguments

  • x: DIFlasso object, created by DIFlasso
  • ...: Further arguments to be passed to the print function.

References

Tutz, Gerhard and Schauberger, Gunther (2015): A Penalty Approach to Differential Item Functioning in Rasch Models, Psychometrika, 80(1), 21 - 43

Author(s)

Gunther Schauberger

gunther.schauberger@tum

https://www.sg.tum.de/epidemiologie/team/schauberger/

See Also

DIFlasso, plot.DIFlasso

Examples

## Not run: data(simul.data) Y <- simul.data[,1:10] X <- simul.data[,11:13] m1 <- DIFlasso(Y = Y, X = X, trace = TRUE) print(m1) plot(m1) m2 <- refitDIFlasso(m1) print(m2) plot(m2) ## End(Not run)
  • Maintainer: Gunther Schauberger
  • License: GPL-2
  • Last published: 2020-06-10

Useful links