citHeader("There are two publications about blavaan, one describing the Stan methods and one describing the JAGS methods.")

bibentry(bibtype = "Article",
  title        = "Efficient {B}ayesian Structural Equation Modeling in {Stan}",
  author       = c(person(given = c("Edgar", "C."),
                          family = "Merkle",
                          email = "merklee@missouri.edu"),
                   person(given = "Ellen",
                          family = "Fitzsimmons"),
                   person(given = "James",
                          family = "Uanhoro"),
                   person(given = "Ben",
                          family = "Goodrich")),
  journal      = "Journal of Statistical Software",
  year         = "2021",
  volume       = "100",
  number       = "6",
  pages        = "1--22",
  doi          = "10.18637/jss.v100.i06",

  header       = "If you use Stan, please cite:"
)

bibentry(bibtype = "Article",
  title        = "{blavaan}: Bayesian Structural Equation Models via Parameter Expansion",
  author       = c(person(given = c("Edgar", "C."),
                          family = "Merkle",
                          email = "merklee@missouri.edu"),
                   person(given = "Yves",
                          family = "Rosseel")),
  journal      = "Journal of Statistical Software",
  year         = "2018",
  volume       = "85",
  number       = "4",
  pages        = "1--30",
  doi          = "10.18637/jss.v085.i04",

  header       = "If you use target='jags', please cite:"
)

