-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·49 lines (49 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
executable file
·49 lines (49 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: RASCHplot
Type: Package
Title: Visualisation tool for validity of Rasch models
Version: 0.1.0
Author@R: c(person("Ann-Sophie", "Buchardt", email = "asbu@sund.ku.dk", role = c("aut", "cre")),
person("Sidsel Normann", "Jensen", role = c("ctb")),
person("Karl Bang", "Christensen", role = c("ctb")))
Author: Ann-Sophie Buchardt [aut, cre], Sidsel Normann Jensen [ctb], Karl Bang Christensen [ctb]
Maintainer: Ann-Sophie Buchardt <asbu@sund.ku.dk>
Description: Visualisation of the Rasch model as construct validity tool.
URL: https://github.com/ERRTG/RASCHplot/
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
sirt,
eRm,
iarm,
memoise,
ggpubr,
scales,
stats,
tidyr,
dplyr,
magrittr,
forcats,
rlang,
data.table,
DT,
zoo,
TAM,
shiny,
grDevices,
methods,
corrplot,
reshape2,
ggstance,
gtable,
ggdist
Suggests:
knitr,
rmarkdown,
ggsci
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Date/Publication: 2022-08-11