select rows of colnames based on value, then exclude those columns in another dt?
Looking for help....i'm wonding if a scripting syntax may have changed. I'm running some statistics and t-tests on a data table with thousands of columns. I'm then generating a summary 'combined data table' to sort the p-value column. I then want to select/exclude based on p-value but it seems to not be working at all. any thoughts? /***********************************/
/*pVal selection*/
// Creat
...