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

# Grab the version and date from the DESCRIPTION file
if(!exists("meta") || is.null(meta)) meta <- packageDescription("bhm")
#year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

bibentry(bibtype="Manual",
         title = "A Package for Biomarker Threshold Models",
	 author= c(person(c("Bingshu E"), "Chen")),
	 year = "2017",
	 note =vers,
 	 url="https://CRAN.R-project.org/package=bhm",
	 key= "Biomarker Threshold Models-package"
	 )

bibentry(bibtype= "article",
         title="A Hierarchical Bayes Model for Biomarker Subset Effects in Clinical Trials",
	 author=c(person(c("Bingshu E"), "Chen"),
	          person(c("Wenyu", "Jiang")),
		  person(c("Dongsheng", "Tu"))),
         year = "2014",
         journal= "Computational Statistics and Data Analysis",
         address = "New York",
         isbn = "",
	 key = "Biomarker Threshold Models"
	 )

bibentry(bibtype= "article",
         title="A Bayesian method for risk window estimation with application to HPV vaccine trial",
         author=c(person("Tian", "Fang"),
                  person("William", "Mackillop"),
                  person("Wenyu", "Jiang"),
                  person("Allan", "Hildesheim"),
                  person("Sholom", "Wacholder"),
                  person(c("Bingshu E"), "Chen")

         ),
         year = "2017",
         journal= "Computational Statistics and Data Analysis",
         address = "New York",
         isbn = "",
         key = "Biomarker Threshold Models"
         )

