Skip to content

Commit

Permalink
bug fix - splitTestTrain call
Browse files Browse the repository at this point in the history
function call works by command-line but not in Rstudio. While we ask users to use former, it should work in both.
  • Loading branch information
shraddhapai authored Sep 12, 2017
1 parent 5e7fed8 commit 16a506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BreastCancer.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pheno$STATUS[which(!pheno$STATUS %in% subtypes)] <- "other"
subtypes <- c(subtypes,"other") # add residual
pheno$TT_STATUS <- splitTestTrain(pheno,
pctT = TRAIN_PROP,setSeed = 42,predClass = "LumA" )
pctT = TRAIN_PROP,setSeed = 42)
@

\section{Create patient similarity networks}
Expand Down

0 comments on commit 16a506e

Please sign in to comment.