hakyim / TO-DELETE-PrediXcan

Code for the in-dev PrediXcan Project
MIT License
28 stars 82 forks source link

Error in documentation #15

Closed drveera closed 8 years ago

drveera commented 8 years ago

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" }

hakyim commented 8 years ago

@ScottPDickinson could you please correct this?

ScottPDickinson commented 8 years ago

Done. Sorry about the error. The default is linear, and the documentation has been updated accordingly. Thanks!

hakyim commented 8 years ago

Thank you @veera-dr and @ScottPDickinson

hakyim commented 8 years ago

Thank you @veera-dr and @ScottPDickinson