-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 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
Package: ohoegdm
Title: Ordinal Higher-Order Exploratory General Diagnostic Model for Polytomous Data
Version: 0.1.0
Authors@R: c(
person("Steven Andrew", "Culpepper",
email = "sculpepp@illinois.edu",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("James Joseph", "Balamuta",
email = "balamut2@illinois.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458"))
)
Description: Perform a Bayesian estimation of the ordinal exploratory
Higher-order General Diagnostic Model (OHOEGDM) for Polytomous Data
described by Culpepper, S. A. and Balamuta, J. J. (In Press) <doi:10.1080/00273171.2021.1985949>.
URL: /~https://github.com/tmsalab/ohoegdm, https://tmsalab.github.io/ohoegdm/
BugReports: /~https://github.com/tmsalab/ohoegdm/issues
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.2
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Suggests:
edmdata,
covr
Roxygen: list(markdown = TRUE)