Count the number of zeroes in a column (JSL)
Hi,I have been using the Distribution platform to manually analyze a data set, but since I will have to repeat I am now trying to create a JSL script to extract the measures that are most important. The data looks like this:Model ScoreMODEL1 3.54485MODEL2 2.36485MODEL1 5.38456MODEL2 2.14556MODEL1 0MODEL2 0.04856I would like to extract the mean, std dev, etc. but al...