citHeader("To cite the plsRglm package in publications use:")

titl <- meta$Title
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
note <- "book of abstracts, User2014!, Los Angeles, page 150"

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"), 
                             as.person("M. Maumy-Bertrand")),
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "http://www-irma.u-strasbg.fr/~fbertran/",
         textVersion = 
         paste("Frederic Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
               titl, ", ", vers, ".", sep=""
               )
)

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"), 
                             as.person("M. Maumy-Bertrand")),
	 publisher = "manual",
         year         = 2014,
         note         = note,
         url          = "http://www-irma.u-strasbg.fr/~fbertran/",
         textVersion = 
         paste("Frederic Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
               titl, ", ", note, ".", sep=""
               )
)

citEntry(entry="article",
         title = "Comparaison de la regression PLS et de la regression logistique
PLS : application aux donnees d'allelotypage",
         author = personList(as.person("N. Meyer"), 
                             as.person("M. Maumy-Bertrand"),
				     as.person("F. Bertrand")),
	 journal = "Journal de la Societe Francaise de Statistique",
	 publisher = "Societe Francaise de Statistique",
         year         = 2010,
         note         = "adresse",
         url          = "http://journal-sfds.fr/article/view/47",
         textVersion = 
         paste("Nicolas Meyer, Myriam Maumy-Bertrand et Frederic Bertrand (2010).", 
               "Comparaison de la regression PLS et de la regression logistique
PLS : application aux donnees d'allelotypage.", "Journal de la Societe Francaise de Statistique", "151(2)", "pages 1-18.")
)