Skip to content

Commit 3c3d378

Browse files
committed
Fix CITATION
1 parent 5df1c2b commit 3c3d378

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ src/*.so
88
src/*.dll
99
docs/
1010
CRAN-RELEASE
11+
CRAN-SUBMISSION

inst/CITATION

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
citHeader("To cite the 'simcdm' package in publications use:")
22

3-
citEntry(entry = "Manual",
3+
bibentry(
4+
bibtype = "PhdThesis",
5+
title = "Bayesian estimation of restricted latent class models: Extending priors, link functions, and structural models",
6+
author = "James Joseph Balamuta",
7+
school = "University of Illinois Urbana-Champaign",
8+
doi = "10.1080/00273171.2021.1985949",
9+
year = "2021",
10+
textVersion = paste("Balamuta, J. J. (2021). Bayesian estimation of restricted latent class models: Extending priors, link functions, and structural models. University of Illinois Urbana-Champaign.")
11+
)
12+
13+
14+
bibentry(bibtype = "Manual",
415
title = "{simcdm: Simulate Cognitive Diagnostic Model (CDM) Data}",
5-
author = personList(
16+
author = c(
617
as.person("James Joseph Balamuta"),
718
as.person("Steven Andrew Culpepper"),
819
as.person("Aaron Hudson")

0 commit comments

Comments
 (0)