Description Usage Format References Examples
Simulated data set with 100 persons, 10 items and 3 (standardized) covariates
1 |
Item1Item1
Item2Item2
Item3Item3
Item4Item4
Item5Item5
Item6Item6
Item7Item7
Item8Item8
Item9Item9
Item10Item10
CovBin1Binary covariate (standardized)
CovBin2Binary covariate (standardized)
CovMetMetric covariate (standardized)
Tutz, Gerhard and Schauberger, Gunther (2013): A Penalty Approach to Differential Item Functioning in Rasch Models, Technical Report 134, Department of Statistics, LMU Munich
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## 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.