Working with matching values from lists to tables
I have two lists extracted from a data set, one list contains column names and another, certain values extracted (one value from each column) based on certain conditions.List1 = {Wweight, O2 Uptake.......};List2 = {38,59.08.....};
After this step, the user gets a JMP table like the one below as an output with options whether to remove the value extracted by the script or not: The user either remo...