view test11.R @ 3:e4fd09d9426f draft default tip

Uploaded
author deepakjadmin
date Fri, 25 Sep 2015 13:49:04 -0400
parents aaf06aa28bdb
children
line wrap: on
line source

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)