Skip to contents

This function creates a plot to visualize the identifiability of parameters based on objective functions.

Usage

plot_parameter_identifiability(parameters, objectives, run_fraction = NULL)

Arguments

parameters

A vector of parameter names.

objectives

A list of objective functions, each represented as a numeric vector.

run_fraction

(optional) A numeric value representing the fraction of runs to consider for threshold calculation. Default run_fraction = NULL, which defines this parameter according method provided in the function.

Value

A ggplot object visualizing the identifiability of parameters.