citHeader("To cite geepack in publications use:")
 
bibentry(bibtype="Article",
         title = "The R Package geepack for Generalized Estimating Equations",
         author = c("Ulrich Halekoh", "Søren Højsgaard", "Jun Yan"),
         ## author = personList(as.person("Ulrich Halekoh"),
         ##                     as.person("Søren Højsgaard"), 
         ##                     as.person("Jun Yan")),
         year = 2006,
         journal = "Journal of Statistical Software",
         volume = "15/2",
         pages = "1--11",
         textVersion = 
         paste("Højsgaard, S., Halekoh, U. & Yan J. (2006)",
               "The R Package geepack for Generalized Estimating Equations",
               "Journal of Statistical Software, 15, 2, pp1--11")
)


bibentry(bibtype="Article",
         title = "Estimating Equations for Association Structures",
         ## author = personList(as.person("Jun Yan"), 
                             ## as.person("Jason P. Fine")),
         author = c("Jun Yan", "Jason P. Fine"),
         year         = "2004",
         journal      = "Statistics in Medicine",
         volume       = "23",
         pages        = "859--880",
         textVersion = 
         paste("Yan, J. & Fine, J.P. (2004)", 
               "Estimating Equations for Association Structures",
               "Statistics in Medicine,  23, pp859--880.")
)

bibentry(bibtype="Article",
         title = "geepack: Yet Another Package for Generalized Estimating Equations",
         ## author = personList(as.person("Jun Yan")),
         author = c("Jun Yan"),
         year         = "2002",
         journal      = "R-News",
         volume       = "2/3",
         pages        = "12--14",
         textVersion = 
         paste("Yan, J (2002)", 
               "geepack: Yet Another Package for Generalized Estimating Equations",
               "R-News, 2/3, pp12-14.")
)
