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

citEntry(entry = "Article",
  title        = "Bayesian Change Point Analysis of Linear Models on General Graphs",
  author       = personList(as.person("Xiaofei Wang"),
                   as.person("John W. Emerson")),
  journal      = "Working Paper",
  year         = "2015",
  textVersion  =
  paste("Xiaofei Wang and John W. Emerson (2015),",
        "Bayesian Change Point Analysis of Linear Models on General Graphs, Working Paper.")
)

citEntry(entry = "Article",
  title        = "{bcp}: An {R} Package for Performing a Bayesian Analysis of Change Point Problems",
  author       = personList(as.person("Chandra Erdman"),
                   as.person("John W. Emerson")),
  journal      = "Journal of Statistical Software",
  year         = "2007",
  volume       = "23",
  number       = "3",
  pages        = "1--13",
  url          = "http://www.jstatsoft.org/v23/i03/",

  textVersion  =
  paste("Chandra Erdman, John W. Emerson (2007),",
        "bcp: An R Package for Performing a Bayesian Analysis of Change Point Problems,",
        "Journal of Statistical Software, 23(3), 1-13,",
        "URL http://www.jstatsoft.org/v23/i03/.")
)

citEntry(entry = "Article",
  title        = "A Fast Bayesian Change Point Analysis for the Segmentation of Microarray Data",
  author       = personList(as.person("Chandra Erdman"),
                   as.person("John W. Emerson")),
  journal      = "Bioinformatics",
  year         = "2008",
  volume       = "24",
  number       = "19",
  pages        = "2143--2148",
  url          = "https://www.ncbi.nlm.nih.gov/pubmed/18667443",
  textVersion  =
  paste("Chandra Erdman, John W. Emerson (2008),",
        "A Fast Bayesian Change Point Analysis for the Segmentation of Microarray Data,",
        "Bioinformatics, 24(19), 2143--2148,",
        "URL https://www.ncbi.nlm.nih.gov/pubmed/18667443.")
)

