Skip to content

Commit

Permalink
Step 3: (Optional) Validate using RF
Browse files Browse the repository at this point in the history
  • Loading branch information
yingeddi2008 committed Aug 25, 2017
1 parent f45ce7a commit c899562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3_RFopt.r
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option_list = list(
make_option(c("-n", "--ntree"), type="integer", default=1000,
help="Number of trees to run random forest, default is 1000", metavar="integer"),
make_option(c("-t", "--timepoint"),type="character",default="all",
help="Timepoint(s) to run Wilcoxon rank sum test on, default is all. Possible choices: quantile1st, median, quantile3rd, endpoint, random, or all to run test on all 5 timepoints. You can choose more than one, separated by comma without space.",metavar = "character"),
help="Timepoint(s) to run Wilcoxon rank sum test on, default is all. Possible choices: quantile1st, median, quantile3rd, endpoint, random, or all to run test on all 5 time points. You can choose more than one, separated by comma without space.",metavar = "character"),
make_option(c("--graph"),default=FALSE,action ="store_true",
help="Draw a simple TimePoint vs. Survival Curve for each individual based on RF estimattion. Default is false")

Expand Down

0 comments on commit c899562

Please sign in to comment.