citHeader("To cite R/SSN in publications use:")

citEntry(entry="article",
	title = "A moving average approach for spatial statistical models of stream networks (with discussion)",
	author = personList(person(c("Jay", "M."), "Ver Hoef"), person(c("Erin", "E."), "Peterson")), 
	journal = "Journal of the American Statistical Association",
	year = 2010, 
	volume = 105,
	pages = "6-18",
	textVersion = "Ver Hoef, J. M. and Peterson, E. E. (2010) A moving average approach for spatial statistical models of stream networks (with discussion). Journal of the American Statistical Association 105:6-18. DOI: 10.1198/jasa.2009.ap08248"
)

citEntry(entry = "Article",
  title        = "{SSN}: An {R} Package for Spatial Statistical Modeling on Stream Networks",
  author       = personList(as.person("Jay M. Ver Hoef"),
                   as.person("Erin E. Peterson"),
                   as.person("David Clifford"),
                   as.person("Rohan Shah")),
  journal      = "Journal of Statistical Software",
  year         = "2014",
  volume       = "56",
  number       = "3",
  pages        = "1--45",
  url          = "http://www.jstatsoft.org/v56/i03/",

  textVersion  =
  paste("Jay M. Ver Hoef, Erin E. Peterson, David Clifford, Rohan Shah (2014).",
        "SSN: An R Package for Spatial Statistical Modeling on Stream Networks.",
        "Journal of Statistical Software, 56(3), 1-43.",
        "URL http://www.jstatsoft.org/v56/i03/.")
)	
