citHeader("To cite package 'gamboostLSS' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(
  entry="Manual",
  title = "gamboostLSS: Boosting Methods for GAMLSS Models",
  author = personList(as.person("Benjamin Hofner"),
		      as.person("Andreas Mayr"),
		      as.person("Nora Fenske"),
		      as.person("Matthias Schmid")),
  year = year,
  note = vers,
  url = "http://CRAN.R-project.org/package=gamboostLSS",
  textVersion =
  paste("B. Hofner, A. Mayr, N. Fenske and M. Schmid (", year,
	"). gamboostLSS: Boosting Methods for GAMLSS Models, ",
	vers, ", http://CRAN.R-project.org/package=gamboostLSS", ".",
	sep="")
)

citEntry(
  entry="Article",
  title = "Generalized additive models for location, scale and shape for high-dimensional data - a flexible approach based on boosting",
  author   =  personList(as.person("Andreas Mayr"),
                         as.person("Nora Fenske"),
                         as.person("Benjamin Hofner"),
                         as.person("Thomas Kneib"),
                         as.person("Matthias Schmid")),
  journal  = "Journal of the Royal Statistical Society, Series C - Applied Statistics",
  year	   = "2012",
  volume   =  "61",
  number   =  "3",
  pages	   =  "403--427",
  textVersion =
    paste("Mayr, A., N. Fenske, B. Hofner, T. Kneib and M. Schmid (2012).",
          "Generalized additive models for location, scale and shape for high-dimensional data - a flexible approach based on boosting.",
          "Journal of the Royal Statistical Society, Series C - Applied Statistics, 61(3): 403-427.")
)
