citHeader("To cite RRF in publications use:")
			   
 citEntry(entry="Article",
         title = "Gene Selection with Guided 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 Guided 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 = "The 2012 International Joint Conference on Neural Networks (IJCNN)",
         year         = "2012",             
         textVersion = 
         paste("H. Deng and G. Runger (2012). ", 
               "Feature Selection via Regularized Trees. ",
               "The 2012 International Joint Conference on Neural Networks (IJCNN).",
               sep=""))			   