powered by
Prints the most important output of a DIFboost object.
# S3 method for DIFboost print(x, ...)
DIFboost object, created by DIFboost
DIFboost
Further arguments to be passed to the print function.
print
Gunther Schauberger gunther.schauberger@tum https://www.sg.tum.de/epidemiologie/team/schauberger/
Schauberger, Gunther and Tutz, Gerhard (2016): Detection of Differential Item Functioning in Rasch Models by Boosting Techniques, British Journal of Mathematical and Statistical Psychology, 69(1), 80 - 103
if (FALSE) { data(simul.data) Y <- simul.data[,1:10] X <- simul.data[,11:13] m1 <- DIFboost(Y = Y, X = X) print(m1) }
Run the code above in your browser using DataLab