calc_ed95_param_set: Calculate ED95 statistic for all results in folder

View source: R/calc_ed95_param_set.R

calc_ed95_param_setR Documentation

Calculate ED95 statistic for all results in folder

Description

This function will load the results of each parameter set from all parameter spaces and compute all associated ED95 statistics. All parameter sets must be inside named sub folders inside folder_path. Return type is appropriate for functions dealing with run time vs ED95 correlations.

Usage

calc_ed95_param_set(folder_path)

Arguments

folder_path

A file path (use file.path() for formatting convenience) where all the parameter sets results of a given parameter space are stored in .rds format.

Value

A data frame with ED95 statistics containing 7 columns:

  • $param_space_name

  • $param_set

  • $ed95_spec_nltt

  • $ed95_endemic_nltt

  • $ed95_nonendemic_nltt

  • $ed95_num_spec

  • $ed95_num_col

Author(s)

Pedro Santos Neves, Joshua W. Lambert


Neves-P/DAISIErobustness documentation built on May 22, 2024, 4:26 p.m.