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

bibentry(
   bibtype = "Article",
  title    = "Visualizing Variable Importance and Variable Interaction Effects in Machine Learning Models",
  author   = c(person(c("Alan"), "Inglis"),
              person(c("Andrew"), "Parnell"),
              person(c("Catherine", "B."), "Hurley")),
  journal  = "Journal of Computational and Graphical Statistics",
  year     = "2022",
  pages    = "1-13",
  publisher = "Taylor & Francis",
  textVersion = paste(
  "Inglis, A., Parnell, A., and Hurley, C. B. (2022). Visualizing Variable Importance and Variable Interaction Effects in Machine Learning Models. Journal of Computational and Graphical Statistics, 1-13."
    )
)


bibentry(
   bibtype = "Article",
  title    = "vivid: An R package for Variable Importance and Variable Interactions Displays for Machine Learning Models.",
  author   = c(person(c("Alan"), "Inglis"),
              person(c("Andrew"), "Parnell"),
              person(c("Catherine", "B."), "Hurley")),
  journal  = "R Journal",
  year     = "2023",
  volume   = "15",
  number   = "2",
  textVersion = paste(
  "Inglis, A., Parnell, A., and Hurley, C. B. (2023). vivid: An R package for Variable Importance and Variable Interactions Displays for Machine Learning Models. R Journal, 15-2."
    )
)



