-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.04 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
Package: edm
Title: Exploratory Diagnostic Models
Version: 0.1.0
Authors@R: c(
person("James Joseph", "Balamuta",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458")),
person("Steven Andrew", "Culpepper",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("Jeffrey A.", "Douglas",
email = "[email protected]",
role = c("aut"))
)
Description: Perform bayesian estimations of diagnostic models (DMs)
with (classical) or without (exploratory) supplying a Q matrix.
URL: https://github.com/tmsalab/edm
BugReports: https://github.com/tmsalab/edm/issues
License: GPL (>= 2)
Depends: R (>= 3.5.0)
Imports: dina, rrum, simcdm, edina, errum, ggplot2
Suggests: edmdata,
knitr,
rmarkdown,
covr
SystemRequirements: C++11
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)