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

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

citEntry(entry="Manual",
         title = "bst: Gradient Boosting",
         author = personList(as.person("Zhu Wang")),
         year = year,
         note = paste("{R} package version", vers),
         url = "https://CRAN.R-project.org/package=bst",
         textVersion =
             paste("Zhu Wang (",
                   year,
                   "). bst: Gradient Boosting, ",
                   paste("R package version", vers),
                   ", https://CRAN.R-project.org/package=bst", ".",
                   sep=""))

citEntry(entry="Article",
         title = "{HingeBoost: ROC}-Based Boost for Classification and Variable Selection",
         author = personList(as.person("Zhu Wang")),
         journal      = "The International Journal of Biostatistics",
         year         = "2011",
         volume       = "7",
         number       = "1",
         pages        = "Article 13",

         textVersion =
         paste("Zhu Wang (2011).", 
               "HingeBoost: ROC-Based Boost for Classification and Variable Selection.",
               "The International Journal of Biostatistics, 7(1), Article 13."),
         )

citEntry(entry="Article",
         title = "Multi-class {HingeBoost}: Method and Application to the Classification of Cancer Types Using Gene Expression Data",
         author = personList(as.person("Zhu Wang")),
         journal      = "Methods of Information in Medicine",
         year         = "2012",
         volume       = "51",
         number       = "2",
         pages        = "162--167",

         textVersion =
         paste("Zhu Wang (2012).", 
               "Multi-class HingeBoost: Method and Application to the Classification of Cancer Types Using Gene Expression Data.",
               "Methods of Information in Medicine, 51(2), 162-167."),
         )

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