diff test.R @ 0:463a876ec2cf draft

Uploaded
author deepakjadmin
date Fri, 25 Sep 2015 06:19:00 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.R	Fri Sep 25 06:19:00 2015 -0400
@@ -0,0 +1,10 @@
+args <- commandArgs(T)
+arg1 <- args[1] ## Reae Input prediction file
+library("Rcpp")
+library("Hmisc")
+library("caret")
+library("randomForest")
+library("e1071")
+libray("pROC")
+asd <- sessionInfo()
+save(asd,file=arg1)