citHeader("To cite the rQCC package in publications, please use:")

citEntry(entry="Article",
author = personList(as.person("C. Park"), as.person("H. Kim"), as.person("M. Wang")), 
year   = 2020,
title  = "Investigation of finite-sample properties of robust location and scale estimators",
journal= "Communications in Statistics - Simulation and Computation", 
volume = "To Appear", 
pages="X-Y", 
url = "https://doi.org/10.1080/03610918.2019.1699114",
textVersion = paste("Park, C., H. Kim, and M. Wang (2020)", 
        "Investigation of finite-sample properties of robust location and scale estimators.", 
     "Communications in Statistics - Simulation and Computation",
       "To Appear")
)

citEntry(entry="Manual",
author = personList(as.person("C. Park"), as.person("M. Wang")),
year   = 2020,
title  = "rQCC: Robust Quality Control Chart",
note   = "R package version 1.20.7", 
url = "https://CRAN.R-project.org/package=rQCC",
textVersion = paste("Park, C. and M. Wang (2020)",
  "rQCC: Robust Quality Control Chart", "R Package Version 1.20.7 (published on July 5, 2020)", 
  "https://CRAN.R-project.org/package=rQCC")
)


