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

citEntry(entry = "manual",
	 title = "The {AdMit} Package: Adaptive Mixture of {Student-t} Distributions",
	 author = personList(person("David","Ardia"),
                             person("Lennart","Hoogerheide","F."),
                             person("Herman","van Dijk","K.")),
         institution = "{R} Foundation for Statistical Computing",
         year = year,
	 note = vers,
	 url = "http://cran.at.r-project.org/web/packages/AdMit/index.html",
	 textVersion =
         paste("David Ardia, Lennart F. Hoogerheide and ",
               "Herman K. van Dijk (", year,"). The 'AdMit' Package: Adaptive Mixture of Student-t Distributions. ", vers, ".", sep=""),
         header = "to cite the 'AdMit' package use:"
)

citHeader("other useful references")

citEntry(entry = "misc",
	 title = "Adaptive Mixture of {Student-t} Distributions as a Flexible Candidate Distribution for
         Efficient Simulation: The {R} Package {AdMit}",
	 author = personList(person("David","Ardia"),
                             person("Lennart","Hoogerheide","F."),
                             person("Herman","van Dijk","K.")),
         year = 2008,
         url = "http://www.tinbergen.nl/",
	 institution = "Tinbergen and Econometric Institutes, Erasmus University Rotterdam (NL)",
	 textVersion =
         paste("David Ardia, Lennart F. Hoogerheide and ",
               "Herman K. van Dijk (2008). Adaptive Mixture of Student-t", 
               "Distribution as a Flexible Candidate Distribution for Efficient Simulation:",
               "The R package 'AdMit'. Working paper, Tinbergen and Econometric Institutes,",
               "Erasmus University Rotterdam (NL).")
)

citEntry(entry = "phdthesis",
         title = "Essays on Neural Network Sampling Methods and Instrumental Variables",
         author = person("Lennart","Hoogerheide","F."),
         year = "2006",
         school = "Tinbergen Institute, Erasmus University Rotterdam (NL)",
         note = "Book nr. 379 of the Tinbergen Institute Research Series. ISBN: 9051708261.",
         textVersion =
         paste("Lennart F. Hoogerheide (2006). Essays on Neural Network Sampling",
               "Methods and Instrumental Variables. PhD thesis, Tinbergen Institute,",
               "Erasmus University Rotterdam (NL). ISBN: 9051708261.")
)

citEntry(entry = "article",
         title = "On the Shape of Posterior Densities and Credible Sets in Instrumental
                  Variable Regression Models with Reduced Rank: An Application of Flexible
	            Sampling Methods using Neural Networks",
         author = personList(person("Lennart","Hoogerheide","F."),
                             person("Johan","Kaashoek","F."),
                             person("Herman","van Dijk","K.")),
         journal = "Journal of Econometrics",
         volume = "139",
         number = "1",
         year = "2007",
         pages = "154--180",
         note = "DOI:10.1016/j.jeconom.2006.06.009",
         textVersion = 
         paste("Lennart F. Hoogerheide, Johan F. Kaashoek and Herman K. van Dijk (2007). On the Shape of",
               "Posterior Densities and Credible Sets in Instrumental Variable Regression Models with",
               "Reduced Rank: An Application of Flexible Sampling Methods using Neural Networks. ",
               "Journal of Econometrics 139(1), pp.154-180. DOI: 10.1016/j.jeconom.2006.06.009.")
)

citEntry(entry = "misc",
         title = "Possibly Ill-Behaved Posteriors in Econometric Models: On the Connection  between Model
                  Structures, Non-elliptical Credible Sets and Neural Network Simulation Techniques",
         author = personList(person("Lennart","Hoogerheide","F."),
                             person("Herman","van Dijk","K.")),
         year = "2008",
         url = "http://www.tinbergen.nl/discussionpapers/08036.pdf",
         note = "Tinbergen Institute report 08-036/4",
         textVersion = 
         paste("Lennart F. Hoogerheide and Herman K. van Dijk (2007). Possibly Ill-Behaved Posteriors",
               "in Econometric Models: On the Connection  between Model Structures, Non-elliptical Credible",
 	       "Sets and Neural Network Simulation Techniques. Tinbergen Institute report 08-036/4.")
)
