
bibentry(bibtype="Article",
         title = "Model-based Boosting in {R}: A Hands-on Tutorial Using the {R} Package mboost",
         author = c(person("Benjamin", "Hofner"),
                    person("Andreas", "Mayr"),
                    person("Nikolay", "Robinzonov"),
                    person("Matthias", "Schmid")),
         journal      = "Computational Statistics",
         year         = "2014",
         volume       = "29",
         pages        = "3--35",
         mheader = "A comprehensive tutorial is given in:",
         )

bibentry(bibtype="Article",
         title = "Model-based Boosting 2.0",
         author = c(person("Torsten", "Hothorn"),
                    person("Peter", "Buehlmann"),
                    person("Thomas", "Kneib"),
                    person("Matthias", "Schmid"),
                    person("Benjamin", "Hofner")),
         journal      = "Journal of Machine Learning Research",
         year         = "2010",
         volume       = "11",
         pages        = "2109--2113",
         mheader = "An overview of the implementation is given in:",
         )

bibentry(bibtype="Article",
         title = "Boosting Algorithms: Regularization, Prediction and Model Fitting (with Discussion)",
         author = c(person("Peter", "Buehlmann"), person("Torsten", "Hothorn")),
         journal      = "Statistical Science",
         year         = "2007",
         volume       = "22",
         number       = "4",
         pages        = "477--505",
         mheader = "The theory and the package (until version 2.0) are described in:",
         )

bibentry(bibtype="Article",
         title = "Controlling false discoveries in high-dimensional situations: Boosting with stability selection",
         author = c(person("Benjamin", "Hofner"), person("Luigi", "Boccuto"), person("Markus", "Goeker")),
         journal      = "{BMC} Bioinformatics",
         year         = "2015",
         volume       = "16",
         number       = "144",
         mheader = "Details of stability selection in the context of boosting are described in:",
         )
