Package-level declarations
Types
A DataMap represents named arrays that have the same size. By construction, the map must have arrays of the same length.
Functions
Converts the observation data to a data frame
Computes the box plot summaries for the data within the map
Computes the confidence intervals for the data in the map
The map of arrays is considered rectangular if all arrays in the map have the same number of elements (same size).
The size of the array that has maximum size. If empty the array size is 0.
The size of the array that has the minimum size. If empty the array size is 0.
Computes the statistical summaries for the data within the map
Converts the data map to a 2-D array. The values of the map are extracted
Converts the inner DoubleArray to List
Converts the data map to a long format view of the observations.