Closed drveera closed 8 years ago
@ScottPDickinson could you please correct this?
Done. Sorry about the error. The default is linear, and the documentation has been updated accordingly. Thanks!
Thank you @veera-dr and @ScottPDickinson
Thank you @veera-dr and @ScottPDickinson
The default test in Rscript (PrediXcanAssociation.R) is 'linear' and not logistic. the folllowing lines are copied from the script
Default TEST_TYPE: linear
if (is.null(argv$TEST_TYPE)) { argv$TEST_TYPE <- "linear" }