Im getting the following error:
Unable to complete job student-SurvivalAnalysis-22: There was an error running the R script for your job. Details: Error in coxph(Surv(TIME, !CENSOR) ~ classList, data = dataChunk, method = "efron", : robust must be TRUE/FALSE
I was using the demo study GSE7390, followign a student tutorial that was created with transmart 16.x
I also checked the .war file and found that robust is acutally set to false in CoxRegressionLoader.r, so my best guess is the error must be produced in an underlying library.