n rows doesn't mean n
Hi All, I got some descriptive's from JMP, included in the output was: N Rows, l thought that is handy l would need that later on, unfortunately this is a count of the actually rows and not n, as l have some missing data, is there a simple line of code in JMP that l can get the actual n and not count the missing data, similar to na.rm = TRUE, by groups, the code i used is as follows:dt3 << Summary
...