Skip to content

Commit

Permalink
Fix CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 29, 2023
1 parent dd8a4d7 commit f211b57
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
citHeader("To cite the 'rrum' R package and method paper in publications use:")

bibentry(bibtype = "Manual",
bibentry(
bibtype = "Manual",
title = "{rrum: Bayesian Estimation of the Reduced Reparameterized Unified Model with Gibbs Sampling}",
author = c(as.person("Steven Andrew Culpepper"),
as.person("Aaron Hudson"),
as.person("James Joseph Balamuta")
),
author = c(
as.person("Steven Andrew Culpepper"),
as.person("Aaron Hudson"),
as.person("James Joseph Balamuta")
),
year = 2019,
textVersion = paste("Culpepper, S. A., Hudson, A., and Balamuta, J. J. (2019)",
"rrum: Bayesian Estimation of the Reduced Reparameterized Unified Model with Gibbs Sampling.",
"URL https://cran.r-project.org/package=rrum.")
)

bibentry(bibtype = "Article",
title = "{An Improved Strategy for Bayesian Estimation of the Reduced Reparameterized Unified Model}",
author = personList(as.person("Steven Andrew Culpepper"),
as.person("Aaron Hudson")),
journal = "Applied Psychological Measurement",
url = "https://doi.org/10.1177/0146621617707511",
volume = "42",
number = "2",
pages = "99-115",
year = "2018",
doi = "10.1177/0146621617707511",
bibentry(
bibtype = "Article",
title = "{An Improved Strategy for Bayesian Estimation of the Reduced Reparameterized Unified Model}",
author = c(
as.person("Steven Andrew Culpepper"),
as.person("Aaron Hudson")
),
journal = "Applied Psychological Measurement",
url = "https://doi.org/10.1177/0146621617707511",
volume = "42",
number = "2",
pages = "99-115",
year = "2018",
doi = "10.1177/0146621617707511",
textVersion = paste("Culpepper, S. A. and Hudson, A. (2018).",
"An Improved Strategy for Bayesian Estimation of the Reduced Reparameterized Unified Model.",
"Applied Psychological Measurement, 42(2), 99–115.",
Expand Down

0 comments on commit f211b57

Please sign in to comment.