How to get Skewness and Kurtosis for grouped columns and plot vs another column data?
How do I plot the skewness and kurtosis (on y-axis) for all Processes vs "Wafer ID in lot ID" using the following data? dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
This data set is similar to my actual data set, so will serve the purpose. I know how to get the skewness and kurtosis via the distribution platform interactively but cannot get the numbers out against "Wafer ID in lot ID" ...