R/frequentist_functions.R
plot_estimVSinit.Rd
Create plots of estimated versus initial values of the parameters
plot_estimVSinit(init_values, est_values, crit, lb, ub, bubble = TRUE)
Data.frame containing initial values of the parameters for each repetition
Data.frame containing estimated values of the parameters for each repetition
Vector containing the minimum value of the criterion for each repetition of the minimization
Vector containing the lower bounds of the estimated parameters
Vector containing the upper bounds of the estimated parameters
Logical indicating if bubbles of size proportional to the minimum values of the criterion should be plot (TRUE, default value) or not (FALSE).
A named list containing one plot per parameter
The number of the repetition that leads to the minimal value of the criterion over all repetitions is written in white (if bubble is TRUE) or in red (if bubble is false) while the other ones are written in black.