bib <- bibentry(
  bibtype = "Manual",
  title = "rddapp: Regression Discontinuity Design Application",
  author = c(
    person("Ze Jin"),
    person("Wang Liao"),
    person("Irena Papst"),
    person("Wenyu Zhang"),
    person("Kimberly Hochstedler"),
    person("Felix Thoemmes")
  ),
  year = "2021",
  note = "R package version 1.3.2",
  textVersion = paste(
    "Ze Jin, Wang Liao, Irena Papst, Wenyu Zhang, Kimberly Hochstedler",
    "and Felix Thoemmes (2021).",
    "rddapp: Regression Discontinuity Design Application.",
    "R package version 1.3.2"
  )
)

citHeader("To cite rddapp in publications use:")

bibentry(bib)