analyze_ff {nlrx} | R Documentation |
Analyze NetLogo simulation output of simdesign full-factorial
Description
Analyze NetLogo simulation output of simdesign full-factorial
Usage
analyze_ff(nl, metrics, funs)
Arguments
nl |
nl object |
metrics |
vector of strings defining metric columns for evaluation. Defaults to metrics of the experiment within the nl object |
funs |
list with the summary metrics for the sensitivity results |
Details
The function calculates aggregated output metrics by dropping random seeds and aggregating values with the provided functions.
[Package nlrx version 0.4.5 Index]