-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.02 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: dcmprobs
Title: Log-linear Cognitive Diagnostic Model Item Response Function
Version: 0.1.0
Authors@R:
person("W. Jake", "Thompson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7339-0300"))
Description: A shiny app for illustrating item response probabilities for
each attribute profile. Users input parameter values for relevant
variables. The Shiny app then calculate the probability that an
individual in each class provides a correct response to an item with
the given parameter values.
License: MIT + file LICENSE
Imports:
dplyr,
forcats,
ggmeasr,
ggplot2,
glue,
htmltools,
shiny,
shinydashboard,
showtext,
stats,
sysfonts,
tibble,
tidyr
Remotes:
wjakethompson/ggmeasr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
jsonlite,
pkgload,
ragg,
rsconnect
URL: https://github.com/atlas-aai/dcmprobs
BugReports: https://github.com/atlas-aai/dcmprobs/issues