format_efast_result_for_output: Joins the various results objects into an output ready format

Description Usage Arguments Value

View source: R/efast_analysis.R

Description

Joins the various results objects into an output ready format

Usage

1
2
format_efast_result_for_output(efast_analysis_stats, t_tests,
  OUTPUTMEASURES_TO_TTEST, MEASURES, PARAMETERS)

Arguments

efast_analysis_stats

Sensitivity indices

t_tests

T-Test scores for output measures

OUTPUTMEASURES_TO_TTEST

Which measures in the range should be tested to see if the result is statistically significant. To do all, and if there were 3 measures, this would be set to 1:3

MEASURES

Array containing the names of the output measures which are used to analyse the simulation

PARAMETERS

Array containing the names of the parameters of which parameter samples have been generated

Value

formatted results for output to csv file


spartan documentation built on May 2, 2019, 9:39 a.m.