replication Data By Experiment And Response
Returns a map of maps. The outer map has the experiment name as its key. The inner map has the response's name as the key and the replication results as a list of double values. The list contains the observed replication statistic for the response variable or the final count for a counter for each replication.
The list may contain null values because an observation may be missing for a particular replication if no observations are observed.
This is a map view of the within replication view data (i.e. WithinRepViewData). This data is also available via the withRepViewData() function or the withinRepViewStatistics property that returns a data frame.
Return
the map of maps