citHeader("To cite RRF in publications use:")
			   
 citEntry(entry="Article",
         title = "Gene Selection with Regularized Random Forest",
         author = personList(person(last="Deng", first="Houtao"),
	                     person(last="Runger", first="George")),
	 journal = "Technical Report",
         year         = "2012",             
         textVersion = 
         paste("H. Deng and G. Runger (2012). ", 
               "Gene Selection with Regularized Random Forest. ",
               "Technical Report.",
               sep=""))
			   
 citEntry(entry="Article",
         title = "Feature Selection via Regularized Trees",
         author = personList(person(last="Deng", first="Houtao"),
	                     person(last="Runger", first="George")),
	 journal = "arXiv:1201.1587",
         year         = "2012",             
         textVersion = 
         paste("H. Deng and G. Runger (2012). ", 
               "Feature Selection via Regularized Trees. ",
               "arXiv:1201.1587.",
               sep=""))			   