citHeader("To cite PRIMsrc in publications use:")

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

citEntry(entry       = "Article",
         title       = "Variable Selection Strategies for High-Dimensional Survival Bump Hunting using Recursive Peeling Methods",
         author      = personList(person(family="Dazard", given="J-E."),
                                  person(family="Rao", given="J.S.")), 	
         journal     = "in prep",
         year        = "2017",
         volume      = "",
         number      = "",
         pages       = "",
         textVersion = "Dazard J-E. and Rao J.S. (2017).
                        Variable Selection Strategies for High-Dimensional Survival Bump Hunting using Recursive Peeling Methods, (in prep).")

citEntry(entry       = "Article",
         title       = "Cross-validation and Peeling Strategies for Survival Bump Hunting using Recursive Peeling Methods",
         author      = personList(person(family="Dazard", given="J-E."),
                                  person(family="Choe", given="M."),
                                  person(family="LeBlanc", given="M."),
                                  person(family="Rao", given="J.S.")), 	
         journal     = "Statistical Analysis and Data Mining",
         year        = "2016",
         volume      = "9",
         number      = "1",
         pages       = "12-42",
         textVersion = "Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2016).
                        Cross-validation and Peeling Strategies for Survival Bump Hunting using Recursive Peeling Methods.
                        Statistical Analysis and Data Mining, 9(1):12-42.")

citEntry(entry       = "Proceedings",
         title       = "R package PRIMsrc: Bump Hunting by Patient Rule Induction Method for Survival, Regression and Classification",
         author      = personList(person(family="Dazard", given="J-E."),
                                  person(family="Choe", given="M."),
                                  person(family="LeBlanc", given="M."),
                                  person(family="Rao", given="J.S.")), 	
         journal     = "JSM Proceedings.
                        Section for Statistical Programmers and Analysts.
                        American Statistical Association-IMS.
                        Seattle, WA, USA.",
         year        = "2015",
         pages       = "650-664",
         textVersion = "Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2015).
                        R package PRIMsrc: Bump Hunting by Patient Rule Induction Method for Survival, Regression and Classification.
                        In JSM Proceedings, Section for Statistical Programmers and Analysts Section. Seattle, WA, USA.
                        American Statistical Association-IMS, p. 650-664.")

citEntry(entry       = "Proceedings",
         title       = "Cross-Validation of Survival Bump Hunting by Recursive Peeling Methods",
         author      = personList(person(family="Dazard", given="J-E."),
                                  person(family="Choe", given="M."),
                                  person(family="LeBlanc", given="M."),
                                  person(family="Rao", given="J.S.")), 	
         journal     = "JSM Proceedings.
                        Survival Methods for Risk Estimation/Prediction Section.
                        American Statistical Association-IMS.
                        Boston, MA, USA.",
         year        = "2014",
         pages       = "3366-3380",
         textVersion = "Dazard J-E., Choe M., LeBlanc M. and Rao J.S. (2014).
                        Cross-Validation of Survival Bump Hunting by Recursive Peeling Methods.
                        In JSM Proceedings, Survival Methods for Risk Estimation/Prediction Section. Boston, MA, USA.
                        American Statistical Association-IMS, p. 3366-3380.")
