Functions
Link copied to clipboard
Computes the box plot summaries for the data within the map
Link copied to clipboard
Computes the confidence intervals for the data in the map
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The map of arrays is considered rectangular if all arrays in the map have the same number of elements (same size).
Link copied to clipboard
Computes the statistical summaries for the data within the map
Link copied to clipboard
Converts the data map to a 2-D array. The values of the map are extracted
Link copied to clipboard
Converts the data stored in each array to columns within a DataFrame, with the column names as the key from the map and the columns holding the data. Each array must have the same size.
Link copied to clipboard
Converts the inner DoubleArray to List
Link copied to clipboard
fun Map<String, DoubleArray>.toObservationData(tableName: String = "tblObservations", context: String? = null, subject: String? = null): List<ObservationDataDb>
Converts the data map to a long format view of the observations.