effectstars.DIFboost {EffectStars2} | R Documentation |
Plot effect stars for DIFboost objects.
Description
Plots effect stars for DIFboost
-objects. The parameter estimates
for DIF-items are plotted, grouped by items.
For more details on plotting effect stars see effectstars
.
Usage
## S3 method for class 'DIFboost'
effectstars(x, only.DIFitems = TRUE, ...)
Arguments
x |
A |
only.DIFitems |
If |
... |
further arguments for generic function |
Author(s)
Gunther Schauberger
gunther.schauberger@tum.de
https://www.sg.tum.de/epidemiologie/team/schauberger/
References
Schauberger, G. and Tutz, G. (2016): Detection of Differential Item Functioning in Rasch Models by Boosting Techniques,
British Journal of Mathematical and Statistical Psychology, 69(1), 80 - 103
Tutz, G. and Schauberger, G. (2013): Visualization of Categorical Response Models -
from Data Glyphs to Parameter Glyphs, Journal of Computational and Graphical Statistics 22(1), 156–177.
Gerhard Tutz (2012): Regression for Categorical Data, Cambridge University Press
See Also
Examples
## Not run:
### example for DIFboost
library(DIFboost)
data(simul.data)
Y <- simul.data[,1:10]
X <- simul.data[,11:13]
m1 <- DIFboost(Y = Y, X = X)
effectstars(m1)
## End(Not run)