print.DIFboost: Print function for DIFboost

Description Usage Arguments Author(s) References See Also Examples

View source: R/print.DIFboost.R

Description

Prints the most important output of a DIFboost object.

Usage

1
2
## S3 method for class 'DIFboost'
print(x, ...)

Arguments

x

DIFboost object, created by DIFboost

...

Further arguments to be passed to the print function.

Author(s)

Gunther Schauberger
gunther.schauberger@tum
https://www.sg.tum.de/epidemiologie/team/schauberger/

References

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

See Also

DIFboost

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(simul.data)

Y <- simul.data[,1:10]
X <- simul.data[,11:13]

m1 <- DIFboost(Y = Y, X = X) 
print(m1)

## End(Not run)

DIFboost documentation built on July 2, 2020, 3:26 a.m.