citHeader("There is no need to cite this package when used.\n\nYou may want to (read and) cite the article on Amelia, the software whose model this software adopts and adapts.")

citEntry(entry = "Article",
  title        = "{Amelia II}: A Program for Missing Data",
  author       = personList(as.person("James Honaker"),
                   as.person("Gary King"),
                   as.person("Matthew Blackwell")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = "45",
  number       = "7",
  pages        = "1--47",
  url          = "http://www.jstatsoft.org/v45/i07/",

  textVersion  =
  paste("James Honaker, Gary King, Matthew Blackwell (2011).",
        "Amelia II: A Program for Missing Data.",
        "Journal of Statistical Software, 45(7), 1-47.",
        "URL http://www.jstatsoft.org/v45/i07/.")
)

citEntry(entry = "Misc",
  title        = "High-dimensional covariance matrix estimation with missing observations",
  author       = personList(as.person("Karim Lounici")),
  year         = "2012",
  pages        = "1--23",
  url          = "http://arxiv.org/abs/1201.2577",

  textVersion  =
  paste("Karim Lounici (2012).",
        "High-dimensional covariance matrix estimation with missing observations.",
        "URL http://arxiv.org/abs/1201.2577")
)
