replicates
from calc_error()
. #68, thanks @Yangshen0325trait_CES_2K.csv
and trait_no_trans.csv
. 'patchwork'
to assist in figure layout. Used in conjunction with
previous package 'cowplot'
for generating publication ready figures./data-raw/
.scripts/folder/
and the necessary functions are found in the sub directory scripts/folder/functions
.calc_ed95_param_set()
, read_runtime_log()
, read_param_space_log()
, read_param_set_log()
, get_runtime_params()
, calc_runtime_ed95_cor()
, and plot_cor()
.calc_stat_diff()
to calc_ed_95_for_plot()
. This is the function upon which
the plotting functions for publications rely. Add tests for this function.load_param_space()
no longer uses the function read_csv2()
from the readr
package in favour of base R read.csv2()
. This change was prompted by the release of readr
v2.0.0, which parses column types in a different way, resulting in the incorrect reading of K
from the parameter spaces. Either character vectors or NA
s were returned due to a combination of ',' as decimal and Inf
in the data set. The change to read.csv()
is functionally the same.run_robustness()
documentation.1L
by default. The seed used for each parameter set is now chosen from the current system time and parameter set index.Inf
.scripts/plots/
.scripts/
to scripts/analysis/
.pipeline
, load_from_file
, replicate_range
removed as arguments from run_robustness()
. No longer possible to run the simulation part of the pipeline separately from the analysis part.run_robustness()
directly matching the number of replicates (barring run time constraints).trait_CES.csv
and trait_trans.csv
.scripts/
.calc_stat_diff()
unexported function in scripts/
for data analysis.extract_error_metrics()
unexported function in scripts/
for data analysis.decide_best_pars()
to intelligently salvage failed ML convergence whenever possible.sim_constraints()
.sbatch
on /DAISIErobustness/bash/submit_run_robustness_peregrine.sh
.run_robustness_peregrine.R
is no longer a function, but an R script that
runs the pipeline on Peregrine.calc_ml()
.
See #43.simulation_run_script
and add
analysis_run_script
. Can now choose number of max concurrent jobs.
Improvements to parameter set range selection./pics/
.ml_constraints
when one of the initpars
attempts in
run_analysis()
did not converge, which prevented some failed_cond_
results
from being saved on Peregrine.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.