-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 895 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: DIFreport
Type: Package
Title: Investigate DIF and generate reports
Version: 0.1.0
Author: Kyle Nickodem and Peter Halpin
Maintainer: Kyle Nickodem <kyle.nickodem@gmail.com>
Description:
This package provides methods for (a) evaluating differential item functioning (DIF), (b) checking whether DIF leads to biased treatment effects on the unit-weighted total score or IRT-based scoring methods, and (c) providing DIF-corrected treatment effects by either removing biased items (for the unit-weighted total score) or using an IRT models that adjusts for the item bias (for IRT-based scoring).
URL: https://github.com/knickodem/DIFreport
BugReports: https://github.com/knickodem/DIFreport/issues
Depends:
R (>= 3.6)
Imports:
flextable (>= 0.6.3),
ggplot2,
gridExtra,
knitr,
lme4,
mirt,
rmarkdown
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3