citHeader("To cite IRSF 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       = "Ensemble Survival Tree Models to Reveal Pairwise Interactions of Variables with Time-to-Events Outcomes in Low-Dimensional Setting",
         author      = personList(person(family="Dazard", given="J-E."),
                                  person(family="Ishwaran", given="H."),
                                  person(family="Mehlotra", given="R.K."),
                                  person(family="Weinberg", given="A."),
                                  person(family="Zimmerman", given="P.A.")), 	
         journal     = "Statistical Applications in Genetics and Molecular Biology",
         year        = "2018",
         volume      = "17",
         number      = "1",
         pages       = "20170038",
         textVersion = "Dazard J-E., Ishwaran H., Mehlotra R.K., Weinberg A. and Zimmerman P.A. (2018).
                        Ensemble Survival Tree Models to Reveal Pairwise Interactions of Variables with Time-to-Events Outcomes in Low-Dimensional Setting.
                        Statistical Applications in Genetics and Molecular Biology 2018;17(1):20170038.")