-

The seq() function generates a sequence. You can control the start and end values, as well as the desired length and step size.
-
Sometimes we need to remove parts of a dataset before analysis. The Slice node in NeoStat can be used for this. In this post we’ll be using the famous Iris dataset. The Slice node takes a dataset as input, removes parts of it as specified by two text fields, and then outputs a new dataset.…
