Skip to content

Commit

Permalink
citEntry() -> bibentry()
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jul 17, 2023
1 parent 26ceca6 commit ed6f7d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
citHeader("To cite `pg` in publications please use use:")

citEntry(
bibentry(
entry = "PhdThesis",
title = "Bayesian estimation of restricted latent class models: Extending priors, link functions, and structural models",
author = "James Joseph Balamuta",
Expand All @@ -10,15 +10,15 @@ citEntry(
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.")
)

citEntry(
bibentry(
entry = "Unpublished",
title = "Bayesian inference for logistic models using Polya-Gamma latent variables",
author = "Nicholas G. Polson, James G. Scott, and Jesse Windle",
year = 2013,
url = "http://arxiv.org/abs/1205.0310",
url = "https://arxiv.org/abs/1205.0310",
note = "Most recent version: Jul. 2013.",
textVersion =
paste("Polson, N. G., Scott J. G., and Windle, J. (2013)",
"Bayesian inference for logistic models using Polya-Gamma latent variables.",
"URL <http://arxiv.org/abs/1205.0310>.")
"URL <https://arxiv.org/abs/1205.0310>.")
)

0 comments on commit ed6f7d3

Please sign in to comment.