Plot confidence intervals for the model parameters of a simode object,
calculated based on likelihood profiles
# S3 method for confint.simode
plot(
x,
which = NULL,
pars_true = NULL,
legend = F,
cols = list(fit = "blue", true = "black"),
...
)confint.simode object returned by a call to confint
Which parameters to plot the confidence intervals for. If empty, the plot will include all of the parameters in x.
The true parameter values (if are known).
Whether or not to add a figure legend.
List of colors for each element of the plot.
Additional argument(s) for methods.