Is there any way to quickly get the number of negative values in a column?
Hello, everyone!I need to count the number or percentage of negative Numbers on the "Arrival Delay" column. This functionality does not appear to be found in the JMP's menu operations and formulas.
There is a =countif(,"<0") in excel that can do quickly.
JMP wants to use a loop?
dt = Open( "$SAMPLE_DATA/Airline Delays.jmp" );