View source: R/plot.DIFlasso.R
plot.DIFlasso | R Documentation |
Plots the estimates of the item-specific parameters of a DIFlasso object.
## S3 method for class 'DIFlasso'
plot(x, decreasing = TRUE, ...)
x |
DIFlasso object, created by |
decreasing |
Should the covariates be arranged by decreasing euclidian norm of their parameter estimates. |
... |
Further arguments to be passed to the |
Gunther Schauberger
gunther.schauberger@tum
https://www.sg.tum.de/epidemiologie/team/schauberger/
Tutz, Gerhard and Schauberger, Gunther (2015): A Penalty Approach to Differential Item Functioning in Rasch Models, Psychometrika, 80(1), 21 - 43
DIFlasso
, print.DIFlasso
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.