Skip to content

Commit 2d4434b

Browse files
committed
Add a CITATION file containing paper information
1 parent 5f29f2a commit 2d4434b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

inst/CITATION

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
citHeader("To cite package dina in publications use:")
2+
3+
citEntry(entry="Article",
4+
title = "Bayesian estimation of the DINA model with Gibbs sampling",
5+
author = personList(as.person("Steven Andrew Culpepper")),
6+
journal = "Journal of Educational and Behavioral Statistics",
7+
year = "2015",
8+
url = "http://www.hermanaguinis.com/pubs.html",
9+
pdf = "http://www.hermanaguinis.com/ORM2015.pdf",
10+
volume = "40",
11+
number = "5",
12+
pages = "454-476",
13+
year = "2015",
14+
doi = "10.3102/1076998615595403",
15+
textVersion = "Culpepper, S. A. (2015). Bayesian estimation of the DINA model with Gibbs sampling. Journal of Educational and Behavioral Statistics, 40, 454-476. DOI: 10.3102/1076998615595403.")
16+

0 commit comments

Comments
 (0)