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

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

citEntry(entry="Manual",
         title = "{mboost}: Model-Based Boosting",
         author = personList(as.person("Torsten Hothorn"),
                             as.person("Peter Buehlmann"),
                             as.person("Thomas Kneib"),
                             as.person("Matthias Schmid"),
                             as.person("Benjamin Hofner")),
         year = year,
         note = paste("{R} package version", vers),
         url = "http://CRAN.R-project.org/package=mboost",
         textVersion =
             paste("T. Hothorn, P. Buehlmann, T. Kneib, M. Schmid, and B. Hofner (",
                   year,
                   "). mboost: Model-Based Boosting, ",
                   paste("R package version", vers),
                   ", http://CRAN.R-project.org/package=mboost", ".",
                   sep=""))

citEntry(entry="Article",
         title = "Boosting Algorithms: Regularization, Prediction and Model Fitting (with Discussion)",
         author = personList(as.person("Peter Buehlmann"), as.person("Torsten Hothorn")),
         journal      = "Statistical Science",
         year         = "2007",
         volume       = "22",
         number       = "4",
         pages        = "477--505",

         textVersion =
         paste("Peter Buehlmann and Torsten Hothorn (2007).",
               "Boosting Algorithms: Regularization, Prediction and Model Fitting (with Discussion).",
               "Statistical Science, 22(4), 477-505."),
         )

citEntry(entry="Article",
         title = "Model-based Boosting 2.0",
         author = personList(as.person("Torsten Hothorn"),
                             as.person("Peter Buehlmann"),
                             as.person("Thomas Kneib"),
                             as.person("Matthias Schmid"),
                             as.person("Benjamin Hofner")),
         journal      = "Journal of Machine Learning Research",
         year         = "2010",
         volume       = "11",
         pages        = "2109--2113",

         textVersion =
         paste("Torsten Hothorn, Peter Buehlmann, Thomas Kneib,",
               "Matthias Schmid and Benjamin Hofner (2010).",
               "Model-based Boosting 2.0.",
               "Journal of Machine Learning Research, 11, 2109-2113."
               ),
         )


citFooter('Use ', sQuote('toBibtex(citation("mboost"))'), ' to extract BibTeX references.')
