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

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

bibentry(
  bibtype ="Manual",
  title = "{gamboostLSS}: Boosting Methods for {GAMLSS} Models",
  author = c(person("Benjamin", "Hofner"),
		         person("Andreas", "Mayr"),
		         person("Nora", "Fenske"),
		         person("Matthias", "Schmid")),
  year = year,
  note = vers,
  url = "https://CRAN.R-project.org/package=gamboostLSS",
  textVersion =
  paste("B. Hofner, A. Mayr, N. Fenske and M. Schmid (", year,
	"). gamboostLSS: Boosting Methods for GAMLSS Models, ",
	txt_vers, ", https://CRAN.R-project.org/package=gamboostLSS", ".",
	sep="")
)

bibentry(
  bibtype ="Article",
  title = "{gamboostLSS}: An {R} Package for Model Building and Variable Selection in the {GAMLSS} Framework",
  author       = c(person(given = "Benjamin",
                          family = "Hofner",
                          email = "Benjamin.Hofner@pei.de"),
                   person(given = "Andreas",
                          family = "Mayr",
                          email = "andreas.mayr@fau.de"),
                   person(given = "Matthias",
                          family = "Schmid",
                          email = "matthias.schmid@imbie.uni-bonn.de")),
  journal      = "Journal of Statistical Software",
  year         = "2016",
  volume       = "74",
  number       = "1",
  pages        = "1--31",
  doi          = "10.18637/jss.v074.i01",
  header   = "To cite the package and the tutorial in publications use:",
  textVersion =
  paste("Benjamin Hofner, Andreas Mayr, Matthias Schmid (2016).",
        "gamboostLSS: An R Package for Model Building and Variable Selection in the GAMLSS Framework.",
        "Journal of Statistical Software, 74(1), 1-31.",
        "doi:10.18637/jss.v074.i01")
)

bibentry(
  bibtype ="Article",
  title = "Generalized additive models for location, scale and shape for high-dimensional data - a flexible approach based on boosting",
  author   =  c(person("Andreas", "Mayr"),
                person("Nora", "Fenske"),
                person("Benjamin", "Hofner"),
                person("Thomas", "Kneib"),
                person("Matthias", "Schmid")),
  journal  = "Journal of the Royal Statistical Society, Series C - Applied Statistics",
  year	   = "2012",
  volume   =  "61",
  number   =  "3",
  pages	   =  "403--427",
  header   = "To cite the theory of 'gamboostLSS' use:",
  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.")
)


bibentry(
  bibtype = "Article",
  title = "Gradient boosting for distributional regression - faster tuning and improved variable selection via noncyclical updates",
  author   =  c(person("Janek", "Thomas"),
                person("Andreas", "Mayr"),
			          person("Bernd", "Bischl"),
			          person("Matthias", "Schmid"),
			          person("Adam", "Smith"),
                person("Benjamin", "Hofner")),
  year	   = "2018",
  journal  = "{Statistics and Computing}",
  volume   = "28",
  number   = "3", 
  pages    = "673--687",
  doi      = "10.1007/s11222-017-9754-6",
  header   = "To cite the noncyclical fitting method of 'gamboostLSS' use:",
  textVersion =
    paste("Thomas, J., Mayr, A., Bischl, B., Schmid, M., Smith, A., and Hofner, B. (2018).",
          "Gradient boosting for distributional regression - faster tuning and improved variable selection via noncyclical updates.",
          "Statistics and Computing. 28(3): 673-687. DOI 10.1007/s11222-017-9754-6")
)


citFooter('\nUse ', sQuote('toBibtex(citation("gamboostLSS"))'), ' to extract BibTeX references.\n')
