citHeader("Kindly cite the statfi R package as follows:")

citEntry(entry="misc",
         title = "statfi R package",
         author = personList(
	   person(given ="Leo", family="Lahti", email = "leo.lahti@iki.fi"),
	   person(given ="Juuso", family="Parkkinen"),
	   person(given ="Joona", family="Lehtomaki")
         ),
	 journal = "",
	 year = "2013",
         textVersion =
         paste("(C) Leo Lahti, Juuso Parkkinen and Joona Lehtomaki 2013.",
               "statfi R package",
               sep=" ")
         )

citFooter("\nMany thanks for all contributors! For more info, see: http://ropengov.github.com/statfi")
