objval_vs_iters_analysis: Analysis of the Objective values vs Iterations.

Description Usage Arguments Examples

View source: R/sbpiper_pe.r

Description

Analysis of the Objective values vs Iterations.

Usage

1
objval_vs_iters_analysis(model, filename, plots_dir)

Arguments

model

the model name

filename

the filename containing the fits sequence

plots_dir

the directory to save the generated plots

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
dir.create(file.path("pe_datasets"))
dir.create(file.path("pe_plots"))
data(insulin_receptor_all_fits)
colnames(insulin_receptor_all_fits)[1] <- "ObjVal"
write.table(insulin_receptor_all_fits, 
            file=file.path("pe_datasets", "all_fits.csv"), 
            row.names=FALSE)
objval_vs_iters_analysis(model="model", 
                         filename=file.path("pe_datasets", "all_fits.csv"), 
                         plots_dir="pe_plots")

sbpiper documentation built on May 2, 2019, 8:53 a.m.