citHeader("To cite 'glmc' in publications use:")

citEntry(entry="Manual",
         title = "glmc: An R package for generalized linear models subject to constraints",
         author = personList(as.person("Sanjay Chaudhuri"),
                             as.person("Mark S. Handcock"),
                             as.person("Michael S. Rendall")), 
         year         = 2006,
         url          = "http://www.stat.washington.edu/handcock/combining",
         
         textVersion = 
         paste("Mark S. Handcock, Sanjay Chaudhuri, and Michael S. Rendall (2004) ", 
               "glmc: An R package for generalized linear models subject to constraints",
               "URL http://www.stat.washington.edu/handcock/combining.",
               sep="")
         )

citFooter("We have invested a lot of time and effort in creating 'glmc',",
          "for use by other researchers.",
          "Please cite it in all papers where it is used.")
