Examples

Note

Examples frequently use the print() function. In interactive work, this function can often be omitted. For example, to show a summary of a dataset, examples use >>> print(ds.summary()), but in interactive work simply entering >>> ds.summary() will print the summary.

Datasets

Examples of how to construct and manipulate Dataset objects.

Mass-univariate statistics

NDVar, n-dimensional variables, allow mass-univariate statistics analogous to univariate statistics.

Plotting

Examples illustrating the use of the plot functionality.